Skip to content

Commit 58bdd69

Browse files
committed
installing latest version of staticcheck
1 parent 4242a4b commit 58bdd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: go vet ./...
3131

3232
- name: Install staticcheck
33-
run: go install honnef.co/go/tools/cmd/staticcheck@
33+
run: go install honnef.co/go/tools/cmd/staticcheck@latest
3434

3535
- name: Run staticcheck
3636
run: staticcheck ./...

0 commit comments

Comments
 (0)