Merge pull request #565 from Icinga/gha-go-lint

GitHub Actions: run Go lint job with at least 1.19
This commit is contained in:
Alexander Aleksandrovič Klimov 2023-05-23 16:06:07 +02:00 committed by GitHub
commit a3e5690301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: ^1.19
- uses: dominikh/staticcheck-action@29e9b80fb8de0521ba4ed3fdf68fed5bbe82a2d2 # v1.1.0
with: