*: update travis to use Go 1.7.4.
This commit is contained in:
parent
7516d120b3
commit
78cd0ceb41
@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7.3
|
- 1.7.4
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
@ -8,6 +8,6 @@ sudo rkt run \
|
|||||||
--dns=8.8.8.8 \
|
--dns=8.8.8.8 \
|
||||||
--net=host \
|
--net=host \
|
||||||
--insecure-options=image \
|
--insecure-options=image \
|
||||||
docker://golang:1.7.3-alpine \
|
docker://golang:1.7.4-alpine \
|
||||||
--exec=/bin/sh -- -x -c \
|
--exec=/bin/sh -- -x -c \
|
||||||
'apk add --no-cache --update alpine-sdk && cd /go/src/github.com/coreos/dex && make release-binary'
|
'apk add --no-cache --update alpine-sdk && cd /go/src/github.com/coreos/dex && make release-binary'
|
||||||
|
Reference in New Issue
Block a user