Update golang version for 1.11.5 to 1.14.2 (#4520)

This commit is contained in:
pavel-shirshov 2020-05-04 15:00:07 -07:00 committed by Abhishek Dosi
parent 6ebc79e297
commit 209febcf56
2 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ RUN apt-get update && apt-get install -y \
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 \

View File

@ -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 \