mirror of
https://github.com/status-im/keycard-cli.git
synced 2025-02-28 11:50:43 +00:00
use go install insted of go get
This commit is contained in:
parent
bf18188707
commit
eec2f9cf44
4
Makefile
4
Makefile
@ -18,8 +18,8 @@ export IMAGE_NAME ?= statusteam/keycard-cli-ci:$(IMAGE_TAG)
|
||||
export GO_PROJECT_PATH ?= github.com/$(GITHUB_USER)/$(GITHUB_REPO)
|
||||
|
||||
deps:
|
||||
go get github.com/karalabe/xgo
|
||||
go get github.com/aktau/github-release
|
||||
go install github.com/karalabe/xgo
|
||||
go install github.com/aktau/github-release
|
||||
|
||||
build:
|
||||
go build -i -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user