Skip to content

Commit 47c5392

Browse files
committed
fixup! ci: lock down staticcheck and govulncheck in lint.sh
1 parent 4180816 commit 47c5392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd -- "$(dirname "$0")/.."
66
go vet ./...
77
GOOS=js GOARCH=wasm go vet ./...
88

9-
go install honnef.co/go/tools/cmd/[email protected].7
9+
go install honnef.co/go/tools/cmd/[email protected].4
1010
staticcheck ./...
1111
GOOS=js GOARCH=wasm staticcheck ./...
1212

0 commit comments

Comments
 (0)