Unverified Commit 867130e2 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #1325 from ericchiang/go

*: update go version
parents 9f91ae02 5514805c
......@@ -3,9 +3,8 @@ language: go
sudo: required
go:
- 1.8
- 1.9
- '1.10'
- '1.11'
go_import_path: github.com/dexidp/dex
......
FROM golang:1.10.2-alpine
FROM golang:1.11.1-alpine
RUN apk add --no-cache --update alpine-sdk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment