*: update go version

This commit is contained in:
Eric Chiang 2018-10-22 17:44:24 -07:00
parent 9f91ae0255
commit 5514805cf0
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