Skip to content

Commit

Permalink
[DOCKER][GOLANG] Fix golang compiler version to 0.10 (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
srkreddy1238 authored and tqchen committed Oct 6, 2018
1 parent 168d4d1 commit 6330797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_golang.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#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

0 comments on commit 6330797

Please sign in to comment.