Skip to content

Commit 67a1441

Browse files
authored
Fix linter version (#96)
1 parent 594987f commit 67a1441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: golangci/golangci-lint-action@v3.4.0
3131
with:
3232
# 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
33+
version: 1.54.2
3434
args: --timeout 10m
3535
github-token: ${{ secrets.github_token }}
3636
# Check only if there are differences in the source code

0 commit comments

Comments
 (0)