Skip to content

Bump github.com/bluenviron/gomavlib/v2 from 2.1.1 to 2.1.2 #149

Bump github.com/bluenviron/gomavlib/v2 from 2.1.1 to 2.1.2

Bump github.com/bluenviron/gomavlib/v2 from 2.1.1 to 2.1.2 #149

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci-lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.0
go-mod-tidy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- run: |
go mod download
go mod tidy
git diff --exit-code