Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
a78adb02
Commit
a78adb02
authored
Nov 03, 2016
by
Eric Chiang
Committed by
GitHub
Nov 03, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #666 from rithujohn191/update-go-version
*: travis tests and build scripts should use Go 1.7.3.
parents
74eaec60
75abce2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
rkt-build
scripts/rkt-build
+1
-1
No files found.
.travis.yml
View file @
a78adb02
language
:
go
go
:
-
1.7.
1
-
1.7.
3
services
:
-
postgresql
...
...
scripts/rkt-build
View file @
a78adb02
...
...
@@ -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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment