Skip to content

Commit

Permalink
T973: upgrade go version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rebortg committed Oct 7, 2024
1 parent beb5d83 commit c660a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ RUN pip install --break-system-packages \
quilt \
whois

# Go required for validators and vyos-xe-guest-utilities
RUN GO_VERSION_INSTALL="1.21.3" ; \
# Go required for telegraf and prometheus exporters build
RUN GO_VERSION_INSTALL="1.23.2" ; \
wget -O /tmp/go${GO_VERSION_INSTALL}.linux-amd64.tar.gz https://go.dev/dl/go${GO_VERSION_INSTALL}.linux-$(dpkg-architecture -qDEB_HOST_ARCH).tar.gz ; \
tar -C /opt -xzf /tmp/go*.tar.gz && \
rm /tmp/go*.tar.gz
Expand Down

0 comments on commit c660a9c

Please sign in to comment.