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 594987f commit 67a1441Copy full SHA for 67a1441
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
- uses: golangci/golangci-lint-action@v3.4.0
31
with:
32
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
33
- version: latest
+ version: 1.54.2
34
args: --timeout 10m
35
github-token: ${{ secrets.github_token }}
36
# Check only if there are differences in the source code
0 commit comments