Changes dependency from go v1.9 to go v1.10

This commit is contained in:
Henry Case 2018-03-21 16:19:14 +00:00 committed by Henry Dorsett Case
parent f1a5602bba
commit ddfc58e5be
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
- docker - docker
go: go:
- 1.9.x - 1.10.x
env: env:
- MODE=interop CLIENT=boring SERVER=boring - MODE=interop CLIENT=boring SERVER=boring

View File

@ -1,4 +1,4 @@
FROM golang:1.9-alpine FROM golang:1.10-alpine
RUN apk add --update \ RUN apk add --update \
git \ git \