Browse Source

Merge pull request #1325 from ericchiang/go

*: update go version
pull/1329/head
Eric Chiang 8 years ago committed by GitHub
parent
commit
867130e22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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