We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115422b commit 04c20acCopy full SHA for 04c20ac
.github/workflows/go.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
go-version: stable
16
- uses: golangci/golangci-lint-action@v4
17
+ with:
18
+ version: v1.57.2
19
20
tests:
21
# run after golangci-lint action to not produce duplicated errors
0 commit comments