changed image in gitlab-ci.yml

This commit is contained in:
Philippe-Adrien Nousse 2018-07-31 15:26:59 +02:00
parent 9338255ac7
commit 1c4c2ce046
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
image: golang:alpine
image: golang:1.9
stages:
- test
before_script:
- apk add --update git make
- go get -u github.com/kardianos/govendor
- mkdir -p /go/src/github.com/partitio
- cp -r $CI_PROJECT_DIR /go/src/github.com/partitio/gonextcloud