Commit 75abce2b authored by rithu leena john's avatar rithu leena john

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

parent 74eaec60
language: go
go:
- 1.7.1
- 1.7.3
services:
- postgresql
......
......@@ -8,6 +8,6 @@ sudo rkt run \
--dns=8.8.8.8 \
--net=host \
--insecure-options=image \
docker://golang:1.7.1-alpine \
docker://golang:1.7.3-alpine \
--exec=/bin/sh -- -x -c \
'apk add --no-cache --update alpine-sdk && cd /go/src/github.com/coreos/dex && make release-binary'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment