Merge pull request from ericchiang/go

*: update go version
This commit is contained in:
Eric Chiang
2018-10-24 14:16:23 -07:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

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

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