*: update build to Go 1.10

This commit is contained in:
Eric Chiang 2018-03-20 14:50:33 -07:00
parent f2eac0e723
commit 264484075a
No known key found for this signature in database
GPG key ID: 6CEE575AB0CB7BF9
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ sudo: required
go:
- 1.8
- 1.9
- '1.10'
go_import_path: github.com/coreos/dex

View file

@ -1,4 +1,4 @@
FROM golang:1.9.2-alpine
FROM golang:1.10.0-alpine
RUN apk add --no-cache --update alpine-sdk