Update golang version for 1.11.5 to 1.14.2 (#4520)
This commit is contained in:
parent
e8748ebf1b
commit
86e13907b4
@ -316,7 +316,7 @@ RUN sudo augtool --autosave "set /files/etc/dpkg/dpkg.cfg/force-confold"
|
|||||||
RUN apt-get -y build-dep linux
|
RUN apt-get -y build-dep linux
|
||||||
|
|
||||||
# For gobgp and telemetry build
|
# For gobgp and telemetry build
|
||||||
RUN export VERSION=1.11.5 \
|
RUN export VERSION=1.14.2 \
|
||||||
{%- if CONFIGURED_ARCH == "armhf" %}
|
{%- if CONFIGURED_ARCH == "armhf" %}
|
||||||
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
|
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
|
||||||
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
|
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
|
||||||
|
@ -278,7 +278,7 @@ RUN apt-get -y build-dep linux
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# For gobgp and telemetry build
|
# For gobgp and telemetry build
|
||||||
RUN export VERSION=1.11.5 \
|
RUN export VERSION=1.14.2 \
|
||||||
{%- if CONFIGURED_ARCH == "armhf" %}
|
{%- if CONFIGURED_ARCH == "armhf" %}
|
||||||
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
|
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
|
||||||
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
|
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
|
||||||
|
@ -315,7 +315,7 @@ RUN apt-get -t stretch-backports install -y debhelper
|
|||||||
RUN apt-get -y build-dep linux
|
RUN apt-get -y build-dep linux
|
||||||
|
|
||||||
# For gobgp and telemetry build
|
# For gobgp and telemetry build
|
||||||
RUN export VERSION=1.11.5 \
|
RUN export VERSION=1.14.2 \
|
||||||
{%- if CONFIGURED_ARCH == "armhf" %}
|
{%- if CONFIGURED_ARCH == "armhf" %}
|
||||||
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
|
&& wget https://storage.googleapis.com/golang/go$VERSION.linux-armv6l.tar.gz \
|
||||||
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
|
&& tar -C /usr/local -xzf go$VERSION.linux-armv6l.tar.gz \
|
||||||
|
Loading…
Reference in New Issue
Block a user