Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
a18f7dc0
Commit
a18f7dc0
authored
Oct 10, 2017
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
golang: version up 1.9
parent
fcb6321b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
component/golang/buildout.cfg
component/golang/buildout.cfg
+14
-5
No files found.
component/golang/buildout.cfg
View file @
a18f7dc0
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
parts = golang
parts = golang
[golang]
[golang]
<= golang1
8
<= golang1
9
[golang-common]
[golang-common]
...
@@ -19,8 +19,8 @@ environment =
...
@@ -19,8 +19,8 @@ environment =
[golang14]
[golang14]
<= golang-common
<= golang-common
url = https://storage.googleapis.com/golang/go1.4-bootstrap-201
61024
.tar.gz
url = https://storage.googleapis.com/golang/go1.4-bootstrap-201
70531
.tar.gz
md5sum =
76e42c8152e8560ded880a6d1d1f53cb
md5sum =
d2cc61cb9f829b3510ee39c0c5568014
environment-extra =
environment-extra =
...
@@ -45,9 +45,18 @@ environment-extra =
...
@@ -45,9 +45,18 @@ environment-extra =
[golang18]
[golang18]
<= golang-common
<= golang-common
url = https://storage.googleapis.com/golang/go1.8.src.tar.gz
url = https://storage.googleapis.com/golang/go1.8.
3.
src.tar.gz
md5sum =
7743960c968760437b6e39093cfe6f67
md5sum =
64e9380e07bba907e26a00cf5fcbe77e
# go1.8 needs go1.4 to bootstrap
# go1.8 needs go1.4 to bootstrap
environment-extra =
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
GOROOT_BOOTSTRAP=${golang14:location}
[golang19]
<= golang-common
url = https://storage.googleapis.com/golang/go1.9.1.src.tar.gz
md5sum = 27bce1ffb05f4f6bd90d90081e5d4169
# go1.9 needs go1.4 to bootstrap
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
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