fix(ci): replace go get with go install
This commit is contained in:
parent
93ad72895a
commit
603ee8b4a6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ rm -r dist && mkdir dist
|
||||||
|
|
||||||
# set this for builders behind GFW...
|
# set this for builders behind GFW...
|
||||||
go env -w GOPROXY=https://goproxy.cn,direct
|
go env -w GOPROXY=https://goproxy.cn,direct
|
||||||
go get github.com/mitchellh/gox@v1.0.1
|
go install github.com/mitchellh/gox@v1.0.1
|
||||||
PATH=$PATH:$HOME/go/bin
|
PATH=$PATH:$HOME/go/bin
|
||||||
cd cmd/start
|
cd cmd/start
|
||||||
gox \
|
gox \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue