(CI) Use go 1.10 also for bogo testing

This commit is contained in:
Henry Case 2018-03-12 15:37:43 +00:00 committed by Henry Dorsett Case
parent ec236c5591
commit 1313809b2b

View File

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