Skip to content

Commit

Permalink
update to go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaotian authored and cxt90730 committed Oct 29, 2019
1 parent 2407605 commit bd93ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrate/yig.docker
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN rpm --import https://packages.confluent.io/rpm/5.2/archive.key && yum makeca
yum install -y epel-release && \
rpm -ivh https://download.ceph.com/rpm-luminous/el7/noarch/ceph-release-1-1.el7.noarch.rpm && \
yum --enablerepo=epel-testing install -y lttng-ust make gcc libradosstriper-devel librados2-devel git wget rpm-build net-tools librdkafka-devel && \
wget https://dl.google.com/go/go1.12.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.12.linux-amd64.tar.gz && rm -f go1.12.linux-amd64.tar.gz \
wget https://dl.google.com/go/go1.13.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.13.linux-amd64.tar.gz && rm -f go1.13.linux-amd64.tar.gz \
make build_internal && \
yum clean all && \
rm -rf /var/cache/yum
Expand Down

0 comments on commit bd93ba0

Please sign in to comment.