We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55eab6 commit 14fe127Copy full SHA for 14fe127
Makefile
@@ -23,8 +23,8 @@ check-go-version:
23
test: check-go-version
24
@echo "running all tests"
25
@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
+ @go run honnef.co/go/tools/cmd/staticcheck@v0.5.1 github.com/cucumber/godog
+ @go run honnef.co/go/tools/cmd/staticcheck@v0.5.1 github.com/cucumber/godog/cmd/godog
28
go vet ./...
29
go test -race ./...
30
go run ./cmd/godog -f progress -c 4
0 commit comments