diff --git a/Makefile b/Makefile index af2c0f656..6811519ad 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ $(GOBIN)/dbmate: go install github.com/amacneil/dbmate@v1.15.0 $(GOBIN)/govulncheck: - go install golang.org/x/vuln/cmd/govulncheck@latest + go install golang.org/x/vuln/cmd/govulncheck@v1.1.1 $(GOBIN)/protoc-gen-go: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28