Update Golang to 1.10

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
pull/2582/head
Sebastiaan van Stijn 2018-05-14 16:41:15 +02:00
parent ed42a4909a
commit 7f02f9e450
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.8-alpine
FROM golang:1.10-alpine
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV DOCKER_BUILDTAGS include_oss include_gcs

View File

@ -8,7 +8,7 @@ machine:
post:
# go
- gvm install go1.8 --prefer-binary --name=stable
- gvm install go1.10 --prefer-binary --name=stable
environment:
# Convenient shortcuts to "common" locations