add goversioninfo to build-dev-deps make target for windows version info (#3501)
This commit is contained in:
parent
7cdc1b351a
commit
841674e0e5
1
Makefile
1
Makefile
@ -47,6 +47,7 @@ build-dev-deps: ## Install dependencies for builds
|
||||
go get golang.org/x/tools/cover
|
||||
go get github.com/modocache/gover
|
||||
go get github.com/go-bindata/go-bindata/go-bindata
|
||||
go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ${GOPATH}/bin v1.21.0
|
||||
|
||||
.PHONY: lint
|
||||
|
Loading…
Reference in New Issue
Block a user