mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
bump go version
This commit is contained in:
parent
e8dbbf9ddf
commit
50baeaa41e
@ -4,7 +4,7 @@ workspace:
|
|||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: golang:1.6
|
image: golang:1.8
|
||||||
environment:
|
environment:
|
||||||
- GO15VENDOREXPERIMENT=1
|
- GO15VENDOREXPERIMENT=1
|
||||||
commands:
|
commands:
|
||||||
@ -12,7 +12,7 @@ pipeline:
|
|||||||
- make test test_postgres test_mysql
|
- make test test_postgres test_mysql
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
image: golang:1.6
|
image: golang:1.8
|
||||||
environment:
|
environment:
|
||||||
- GO15VENDOREXPERIMENT=1
|
- GO15VENDOREXPERIMENT=1
|
||||||
- GOPATH=/go
|
- GOPATH=/go
|
||||||
|
Loading…
Reference in New Issue
Block a user