We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2037c6 commit 121452aCopy full SHA for 121452a
.github/workflows/test-build.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Run golangci-lint
41
uses: golangci/golangci-lint-action@v8
42
with:
43
- version: v2.1
+ version: latest # v2.4.0 or newer for golang 1.25
44
45
- name: Run pre-commit checks
46
uses: pre-commit/action@v3.0.0
0 commit comments