use explicit go version when running golangci-lint (#1384)

This commit is contained in:
Alessandro Ros 2023-01-16 21:53:36 +01:00 committed by GitHub
parent bf97435eb3
commit 0bce6c6ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1