We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca95e32 commit e09c9ddCopy full SHA for e09c9dd
.github/workflows/lint.yml
@@ -26,6 +26,6 @@ jobs:
26
- uses: golangci/golangci-lint-action@v8
27
with:
28
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
29
- version: latest
+ version: v2.1.6
30
args: --timeout 10m
31
github-token: ${{ secrets.github_token }}
0 commit comments