Skip to content

Commit 14fe127

Browse files
authoredDec 19, 2024··
Update honnef.co/go/tools/cmd/staticcheck version in Makefile (#670)
1 parent e55eab6 commit 14fe127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ check-go-version:
2323
test: check-go-version
2424
@echo "running all tests"
2525
@go fmt ./...
26-
@go run honnef.co/go/tools/cmd/staticcheck@v0.4.7 github.com/cucumber/godog
27-
@go run honnef.co/go/tools/cmd/staticcheck@v0.4.7 github.com/cucumber/godog/cmd/godog
26+
@go run honnef.co/go/tools/cmd/staticcheck@v0.5.1 github.com/cucumber/godog
27+
@go run honnef.co/go/tools/cmd/staticcheck@v0.5.1 github.com/cucumber/godog/cmd/godog
2828
go vet ./...
2929
go test -race ./...
3030
go run ./cmd/godog -f progress -c 4

0 commit comments

Comments
 (0)
Please sign in to comment.