Skip to content

Commit a53f0e4

Browse files
chore: Update staticcheck to latest version
Co-Authored-By: [email protected] <[email protected]>
1 parent 81d51f1 commit a53f0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717
- name: Install dependencies
1818
run: |
19-
go install honnef.co/go/tools/cmd/staticcheck@v0.4.6
19+
go install honnef.co/go/tools/cmd/staticcheck@latest
2020
go install golang.org/x/tools/cmd/goimports@latest
2121
- name: Run staticcheck
2222
run: staticcheck ./...

0 commit comments

Comments
 (0)