Merge pull request #1208 from ericchiang/go10

*: update build to Go 1.10
This commit is contained in:
Eric Chiang 2018-03-20 15:08:43 -07:00 committed by GitHub
commit 0d3edf2456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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