Skip to content

Commit

Permalink
Update honnef.co/go/tools/cmd/staticcheck version in Makefile (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmadRezaZarei authored Dec 19, 2024
1 parent e55eab6 commit 14fe127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ check-go-version:
test: check-go-version
@echo "running all tests"
@go fmt ./...
@go run honnef.co/go/tools/cmd/staticcheck@v0.4.7 github.com/cucumber/godog
@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
go vet ./...
go test -race ./...
go run ./cmd/godog -f progress -c 4
Expand Down

0 comments on commit 14fe127

Please sign in to comment.