We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7544de0 commit 47b1edeCopy full SHA for 47b1ede
.github/workflows/ci.yml
@@ -171,7 +171,7 @@ jobs:
171
uses: golangci/golangci-lint-action@v8
172
with:
173
# If you change this, make sure to also update scripts/golangci-lint-shim.sh
174
- version: v2.2.1
+ version: v2.4.0
175
- name: errors
176
run: golangci-lint run
177
if: ${{ failure() }}
scripts/golangci-lint-shim.sh
@@ -3,6 +3,6 @@
3
set -e
4
5
# Must be kept in sync with the version in .github/workflows/ci.yml
6
-version="v2.2.1"
+version="v2.4.0"
7
8
go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@"
0 commit comments