Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
6330797d
Commit
6330797d
authored
Oct 06, 2018
by
Siva
Committed by
Tianqi Chen
Oct 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCKER][GOLANG] Fix golang compiler version to 0.10 (#1848)
parent
168d4d1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile.ci_cpu
+1
-1
docker/install/ubuntu_install_golang.sh
+1
-1
No files found.
docker/Dockerfile.ci_cpu
View file @
6330797d
...
...
@@ -32,4 +32,4 @@ COPY install/ubuntu_install_sgx.sh /install/ubuntu_install_sgx.sh
RUN bash /install/ubuntu_install_sgx.sh
ENV PATH $PATH:/root/.cargo/bin
ENV PATH $PATH:/root/.cargo/bin
:/usr/lib/go-1.10/bin
docker/install/ubuntu_install_golang.sh
View file @
6330797d
#install the necessary dependancies for golang build
apt-get update
&&
apt-get install
-y
golang-go
apt-get update
&&
apt-get install
-y
golang-
0.10-
go
apt-get update
&&
apt-get install
-y
godoc
apt-get update
&&
apt-get install
-y
golint
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