Skip to content

Commit 215f38d

Browse files
ci: update staticcheck to v0.6.1
1 parent 77ad978 commit 215f38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: go vet ./...
4646
- name: Install staticcheck
4747
if: success() || failure() # run this step even if the previous one failed
48-
run: go install honnef.co/go/tools/cmd/staticcheck@v0.5.0
48+
run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.1
4949
- name: staticcheck
5050
if: success() || failure() # run this step even if the previous one failed
5151
working-directory: ${{ matrix.module }}

0 commit comments

Comments
 (0)