We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb06b09 commit 0b51453Copy full SHA for 0b51453
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: ${{ matrix.go-version }}
23
24
- name: Install staticcheck
25
- run: go get honnef.co/go/tools/cmd/staticcheck
+ run: go get honnef.co/go/tools/cmd/staticcheck@2022.1.3
26
27
- name: Run linters
28
run: |
0 commit comments