Merge pull request #2207 from docker/update-go-1.8

go 1.8: update dockerfile and circle
This commit is contained in:
Stephen Day 2017-05-16 13:16:41 -07:00 committed by GitHub
commit 83f857ca12
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.7-alpine
FROM golang:1.8-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.7 --prefer-binary --name=stable
- gvm install go1.8 --prefer-binary --name=stable
environment:
# Convenient shortcuts to "common" locations