Skip to content

Commit 0b51453

Browse files
authored
Pins staticcheck to fix tests (#14)
1 parent bb06b09 commit 0b51453

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
@@ -22,7 +22,7 @@ jobs:
2222
go-version: ${{ matrix.go-version }}
2323

2424
- name: Install staticcheck
25-
run: go get honnef.co/go/tools/cmd/staticcheck
25+
run: go get honnef.co/go/tools/cmd/staticcheck@2022.1.3
2626

2727
- name: Run linters
2828
run: |

0 commit comments

Comments
 (0)