We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49ef98 commit e000db6Copy full SHA for e000db6
1 file changed
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: golangci/golangci-lint-action@v4
26
with:
27
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
28
- version: latest
+ version: v2.1
29
30
# Optional: working directory, useful for monorepos
31
# working-directory: somedir
0 commit comments