mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
freezing back the staticcheck version
This is to get reproducible builds.
This commit is contained in:
committed by
Jean-Philippe Bossuat
parent
538a296536
commit
323e58dec0
2
Makefile
2
Makefile
@@ -71,7 +71,7 @@ EXECUTABLES = goimports staticcheck
|
|||||||
.PHONY: get_tools
|
.PHONY: get_tools
|
||||||
get_tools:
|
get_tools:
|
||||||
go install golang.org/x/tools/cmd/goimports@latest
|
go install golang.org/x/tools/cmd/goimports@latest
|
||||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
go install honnef.co/go/tools/cmd/staticcheck@2023.1.3
|
||||||
|
|
||||||
.PHONY: check_tools
|
.PHONY: check_tools
|
||||||
check_tools:
|
check_tools:
|
||||||
|
|||||||
Reference in New Issue
Block a user