mirror of
https://github.com/harness/drone.git
synced 2025-05-10 22:21:22 +08:00
bump go version in yaml
This commit is contained in:
parent
fd067be1aa
commit
7cef8f0edd
@ -1,4 +1,4 @@
|
|||||||
image: go1.3
|
image: go1.4
|
||||||
git:
|
git:
|
||||||
path: github.com/drone/drone
|
path: github.com/drone/drone
|
||||||
env:
|
env:
|
||||||
@ -37,11 +37,12 @@ clone:
|
|||||||
path: github.com/drone/drone
|
path: github.com/drone/drone
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: golang:1.4.2
|
image: golang:1.5.0
|
||||||
commands:
|
commands:
|
||||||
- export GOPATH=/drone
|
- export GOPATH=/drone
|
||||||
- export PATH=$PATH:$GOPATH/bin
|
- export PATH=$PATH:$GOPATH/bin
|
||||||
- go get -u github.com/jteeuwen/go-bindata/...
|
- go get -u github.com/jteeuwen/go-bindata/...
|
||||||
- make bindata deps
|
- make deps
|
||||||
- make build
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
- make dist
|
||||||
|
Loading…
Reference in New Issue
Block a user