Browse Source

*: update go version

pull/1325/head
Eric Chiang 8 years ago
parent
commit
5514805cf0
  1. 3
      .travis.yml
  2. 2
      Dockerfile

3
.travis.yml

@ -3,9 +3,8 @@ language: go
sudo: required
go:
- 1.8
- 1.9
- '1.10'
- '1.11'
go_import_path: github.com/dexidp/dex

2
Dockerfile

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

Loading…
Cancel
Save