Skip to content

Commit

Permalink
*: travis tests and build scripts should use Go 1.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rithujohn191 committed Nov 3, 2016
1 parent 74eaec6 commit 75abce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.7.1
- 1.7.3

services:
- postgresql
Expand Down
2 changes: 1 addition & 1 deletion scripts/rkt-build
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 75abce2

Please sign in to comment.