feat:升级golang基础版本

pull/536/head
lifei6671 2019-03-04 15:17:29 +08:00
parent b8ab4c17a4
commit 286182b66f
1 changed files with 1 additions and 1 deletions

View File

@ -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