From 14fe127e3da49aec8bbd29482c7f5f3aa9fb8503 Mon Sep 17 00:00:00 2001 From: Ahmadreza Date: Thu, 19 Dec 2024 13:42:33 +0330 Subject: [PATCH] Update honnef.co/go/tools/cmd/staticcheck version in Makefile (#670) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aefccb13..06c95c4e 100644 --- a/Makefile +++ b/Makefile @@ -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