From 42f56d6906b2e5731457da71f18bc979906d1a0e Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Fri, 12 Nov 2021 17:03:41 +0100 Subject: [PATCH] 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). --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96655664..d3cc28e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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