Merge pull request #1325 from ericchiang/go

*: update go version
This commit is contained in:
Eric Chiang 2018-10-24 14:16:23 -07:00 committed by GitHub
commit 867130e22e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

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

View file

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