bump go version
This commit is contained in:
parent
e8dbbf9ddf
commit
50baeaa41e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ workspace:
|
|||
|
||||
pipeline:
|
||||
test:
|
||||
image: golang:1.6
|
||||
image: golang:1.8
|
||||
environment:
|
||||
- GO15VENDOREXPERIMENT=1
|
||||
commands:
|
||||
|
@ -12,7 +12,7 @@ pipeline:
|
|||
- make test test_postgres test_mysql
|
||||
|
||||
compile:
|
||||
image: golang:1.6
|
||||
image: golang:1.8
|
||||
environment:
|
||||
- GO15VENDOREXPERIMENT=1
|
||||
- GOPATH=/go
|
||||
|
|
Loading…
Reference in a new issue