mirror of https://github.com/mindoc-org/mindoc.git
feat:升级golang基础版本
parent
b8ab4c17a4
commit
286182b66f
|
@ -16,7 +16,7 @@ before_install:
|
|||
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
|
||||
script:
|
||||
- dep ensure -v && GO_ENABLED=1 go build -v -x -tags "pam" && go install
|
||||
- dep ensure && GO_ENABLED=1 go build -v -x -tags "pam" && go install
|
||||
|
||||
before_deploy:
|
||||
- sudo apt-get -qq update
|
||||
|
|
Loading…
Reference in New Issue