GitHub Actions: run Go lint job with at least 1.19

The jobs were failing and the output contained: "note: module requires Go 1.19" (e.g. https://github.com/Icinga/icingadb/actions/runs/4233417770/jobs/7354361633)
This commit is contained in:
Julian Brost 2023-02-21 15:08:56 +01:00 committed by GitHub
parent efec262c9c
commit 0baaf74174
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: