Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
go
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
certo
go
Commits
1487bbc5
Commit
1487bbc5
authored
May 22, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated go bootstrap to latest available version
parent
3e5b83bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
build.xml
build.xml
+1
-1
go1.4-bootstrap-20171003.tar.gz
go1.4-bootstrap-20171003.tar.gz
+0
-0
No files found.
build.xml
View file @
1487bbc5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<target
name=
"go-bootstrap"
>
<target
name=
"go-bootstrap"
>
<property
name=
"makedir"
value=
"${builddir}/go"
/>
<property
name=
"makedir"
value=
"${builddir}/go"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf ${basedir}/packages/go/go1.4-bootstrap-2017
0531
.tar.gz -C ${builddir}"
/>
<arg
line=
"xf ${basedir}/packages/go/go1.4-bootstrap-2017
1003
.tar.gz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"./make.bash"
dir=
"${makedir}/src"
/>
<exec
executable=
"./make.bash"
dir=
"${makedir}/src"
/>
<move
file=
"${builddir}/go"
tofile=
"${builddir}/go1.4"
/>
<move
file=
"${builddir}/go"
tofile=
"${builddir}/go1.4"
/>
...
...
go1.4-bootstrap-2017
0531
.tar.gz
→
go1.4-bootstrap-2017
1003
.tar.gz
View file @
1487bbc5
No preview for this file type
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