Skip to content

Commit 04c20ac

Browse files
authored
Set golangci-lint version in CI to avoid new issues (#151)
1 parent 115422b commit 04c20ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
go-version: stable
1616
- uses: golangci/golangci-lint-action@v4
17+
with:
18+
version: v1.57.2
1719

1820
tests:
1921
# run after golangci-lint action to not produce duplicated errors

0 commit comments

Comments
 (0)