*: update build to Go 1.10
This commit is contained in:
parent
f2eac0e723
commit
264484075a
@ -5,6 +5,7 @@ sudo: required
|
|||||||
go:
|
go:
|
||||||
- 1.8
|
- 1.8
|
||||||
- 1.9
|
- 1.9
|
||||||
|
- '1.10'
|
||||||
|
|
||||||
go_import_path: github.com/coreos/dex
|
go_import_path: github.com/coreos/dex
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.9.2-alpine
|
FROM golang:1.10.0-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache --update alpine-sdk
|
RUN apk add --no-cache --update alpine-sdk
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user