forked from mystiq/dex
commit
867130e22e
2 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@ language: go
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8
|
|
||||||
- 1.9
|
|
||||||
- '1.10'
|
- '1.10'
|
||||||
|
- '1.11'
|
||||||
|
|
||||||
go_import_path: github.com/dexidp/dex
|
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
|
RUN apk add --no-cache --update alpine-sdk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue