Update golang version for telemetry build in sonic-slave-buster to fix (#14636) (#14735)

This commit is contained in:
mssonicbld 2023-04-20 08:45:13 +08:00 committed by GitHub
parent d2f5317c02
commit a0da21f35e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@ RUN apt-get -y build-dep linux
{%- endif %}
# For gobgp and telemetry build
RUN export VERSION=1.14.2 \
RUN export VERSION=1.15.15 \
{%- 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 \