Browse Source

*: update build to Go 1.10

pull/1208/head
Eric Chiang 8 years ago
parent
commit
264484075a
No known key found for this signature in database
GPG Key ID: 6CEE575AB0CB7BF9
  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