Skip to content

Commit

Permalink
Update golang version for telemetry build in sonic-slave-buster to fix (
Browse files Browse the repository at this point in the history
  • Loading branch information
mssonicbld authored Apr 20, 2023
1 parent 89f0194 commit 565e24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-slave-jessie/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 565e24b

Please sign in to comment.