Compare commits

...

1 Commits

Author SHA1 Message Date
Derek McGowan beabc206e1
Update tests to use go1.8 rc2
Tests only, do not merge into master

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2017-01-23 17:27:54 -08:00
2 changed files with 2 additions and 2 deletions

View File

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