feat:升级golang基础版本

This commit is contained in:
lifei6671 2019-03-04 15:58:55 +08:00
parent 9eed7eb05b
commit 906965692e

View File

@ -4,7 +4,8 @@ go:
- "1.12"
sudo: true
install: true
install:
- dep ensure
before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh