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:
2
Tools.mk
2
Tools.mk
@@ -59,7 +59,7 @@ $(GOLANG_LICENSES):
|
||||
GOBIN="$(PWD)/$(TOOLS_BIN)" go install github.com/google/go-licenses@v1.6.0
|
||||
|
||||
$(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
|
||||
cleantools:
|
||||
|
||||
Reference in New Issue
Block a user