specify version in deps task

This commit is contained in:
Andrea Franz 2021-10-19 13:08:59 +02:00
parent 48b5a85bcf
commit 289fe5ad2e
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ export GO_PROJECT_PATH ?= github.com/$(GITHUB_USER)/$(GITHUB_REPO)
deps: deps:
go version go version
go install github.com/karalabe/xgo go install github.com/karalabe/xgo@latest
go install github.com/aktau/github-release go install github.com/aktau/github-release@latest
build: build:
go build -i -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" . go build -i -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" .