add goversioninfo to build-dev-deps make target for windows version info (#3501)

This commit is contained in:
Bryan White 2019-11-05 21:14:10 +01:00 committed by Fadila
parent 7cdc1b351a
commit 841674e0e5

View File

@ -47,6 +47,7 @@ build-dev-deps: ## Install dependencies for builds
go get golang.org/x/tools/cover go get golang.org/x/tools/cover
go get github.com/modocache/gover go get github.com/modocache/gover
go get github.com/go-bindata/go-bindata/go-bindata 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 curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ${GOPATH}/bin v1.21.0
.PHONY: lint .PHONY: lint