*: update build to Go 1.10

parent f2eac0e7
......@@ -5,6 +5,7 @@ sudo: required
go:
- 1.8
- 1.9
- '1.10'
go_import_path: github.com/coreos/dex
......
FROM golang:1.9.2-alpine
FROM golang:1.10.0-alpine
RUN apk add --no-cache --update alpine-sdk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment