Skip to content

Commit

Permalink
Update golang version for 1.11.5 to 1.14.2 (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov authored May 4, 2020
1 parent e8748eb commit 86e1390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ RUN sudo augtool --autosave "set /files/etc/dpkg/dpkg.cfg/force-confold"
RUN apt-get -y build-dep linux

# For gobgp and telemetry build
RUN export VERSION=1.11.5 \
RUN export VERSION=1.14.2 \
{%- if CONFIGURED_ARCH == "armhf" %}
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion sonic-slave-jessie/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ RUN apt-get -y build-dep linux
{%- endif %}

# For gobgp and telemetry build
RUN export VERSION=1.11.5 \
RUN export VERSION=1.14.2 \
{%- if CONFIGURED_ARCH == "armhf" %}
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ RUN apt-get -t stretch-backports install -y debhelper
RUN apt-get -y build-dep linux

# For gobgp and telemetry build
RUN export VERSION=1.11.5 \
RUN export VERSION=1.14.2 \
{%- if CONFIGURED_ARCH == "armhf" %}
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
Expand Down

0 comments on commit 86e1390

Please sign in to comment.