Browse Source

Merge pull request #1208 from ericchiang/go10

*: update build to Go 1.10
pull/1209/head
Eric Chiang 8 years ago committed by GitHub
parent
commit
0d3edf2456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml
  2. 2
      Dockerfile

1
.travis.yml

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

2
Dockerfile

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

Loading…
Cancel
Save