mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-31 10:18:29 +02:00
update to more actively supported xgo for module support
This commit is contained in:
@@ -39,7 +39,7 @@ lint:
|
||||
@golint ./cmd/jira
|
||||
|
||||
all:
|
||||
$(GO) get -u github.com/karalabe/xgo
|
||||
GO111MODULE=off $(GO) get -u src.techknowlogick.com/xgo
|
||||
rm -rf dist
|
||||
mkdir -p dist
|
||||
xgo --targets="freebsd/amd64,linux/386,linux/amd64,windows/386,windows/amd64,darwin/amd64" -dest ./dist -ldflags="-w -s" ./cmd/jira
|
||||
|
||||
Reference in New Issue
Block a user