*: travis tests and build scripts should use Go 1.7.3.

This commit is contained in:
rithu leena john 2016-11-03 12:28:53 -07:00
parent 74eaec60cb
commit 75abce2b19
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.7.1 - 1.7.3
services: services:
- postgresql - postgresql

View file

@ -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.1-alpine \ docker://golang:1.7.3-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'