Skip to content

Commit

Permalink
Merge pull request #1325 from ericchiang/go
Browse files Browse the repository at this point in the history
*: update go version
  • Loading branch information
ericchiang committed Oct 24, 2018
2 parents 9f91ae0 + 5514805 commit 867130e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ language: go
sudo: required

go:
- 1.8
- 1.9
- '1.10'
- '1.11'

go_import_path: github.com/dexidp/dex

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.2-alpine
FROM golang:1.11.1-alpine

RUN apk add --no-cache --update alpine-sdk

Expand Down

0 comments on commit 867130e

Please sign in to comment.