Set golangci-lint version to v1.41.0 instead of latest

Checking if this solves the issue with new linting issues that,
at least locally, seem to have been introduced between v1.41.0
and latest (v1.43.0).
This commit is contained in:
Herman Slatman 2021-11-12 17:03:41 +01:00
parent 023c64c5d6
commit 42f56d6906
No known key found for this signature in database
GPG key ID: F4D8A44EA0A75A4F

View file

@ -33,7 +33,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: 'latest'
version: 'v1.41.0'
# Optional: working directory, useful for monorepos
# working-directory: somedir