Skip to content

Commit f261099

Browse files
committed
Set specific gocritic version
1 parent 53f56b0 commit f261099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: false
3535
go-version: "1.20"
3636
- id: setup-go-critic
37-
run: go install -v github.com/go-critic/go-critic/cmd/gocritic@latest
37+
run: go install -v github.com/go-critic/go-critic/cmd/gocritic@0.8.1
3838
- id: setup staticheck
3939
uses: actions/checkout@v3
4040
with:

0 commit comments

Comments
 (0)