Skip to content

Commit f7c0bdb

Browse files
authored
Merge pull request #28 from fastly/joeshaw/latest-staticcheck
use latest staticcheck in validate GH action
2 parents 7d19609 + b14e443 commit f7c0bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: go vet ./...
1313
- name: staticcheck
1414
run: |
15-
go install honnef.co/go/tools/cmd/staticcheck@2022.1.1
15+
go install honnef.co/go/tools/cmd/staticcheck@latest
1616
staticcheck ./...
1717
- name: nilness
1818
run: |

0 commit comments

Comments
 (0)