Bump golang and dep version on gitlab

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2018-09-08 17:22:05 +01:00
parent 3a8fdfc712
commit beeff9e93f

View File

@ -1,4 +1,4 @@
image: golang:1.9
image: golang:1.11
variables:
DOCKER_DRIVER: overlay
@ -12,7 +12,7 @@ before_script:
# Note: 1.11+ changes the tarball format
- curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 usr/local/bin/docker
- curl -L https://storage.googleapis.com/kubernetes-helm/helm-v2.10.0-linux-amd64.tar.gz | tar -C /tmp -xvzf- && mv /tmp/linux-amd64/helm /usr/local/bin
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 >/tmp/dep && chmod +x /tmp/dep && mv /tmp/dep /usr/local/bin/
- curl -L https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 >/tmp/dep && chmod +x /tmp/dep && mv /tmp/dep /usr/local/bin/
- apt-get update
- apt-get install -y make curl
- export DOCKER_HOST=${DOCKER_PORT}