Fix the version of staticcheck used to v0.5.1

v0.6.0, recently released, depends on a newer golang than we might test
with.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-27 01:00:51 -07:00
parent f5b9e851bb
commit 8fe5d2dd5f

View File

@@ -59,7 +59,7 @@ $(GOLANG_LICENSES):
GOBIN="$(PWD)/$(TOOLS_BIN)" go install github.com/google/go-licenses@v1.6.0 GOBIN="$(PWD)/$(TOOLS_BIN)" go install github.com/google/go-licenses@v1.6.0
$(GOLANG_STATICCHECK): $(GOLANG_STATICCHECK):
GOBIN="$(PWD)/$(TOOLS_BIN)" go install honnef.co/go/tools/cmd/staticcheck@latest GOBIN="$(PWD)/$(TOOLS_BIN)" go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
.PHONY: cleantools .PHONY: cleantools
cleantools: cleantools: