Unverified Commit 0d3edf24 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #1208 from ericchiang/go10

*: update build to Go 1.10
parents f2eac0e7 26448407
......@@ -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