Skip to content

Commit

Permalink
Merge pull request #801 from vyos/mergify/bp/circinus/pr-799
Browse files Browse the repository at this point in the history
T973: upgrade go version in dockerfile (backport #799)
  • Loading branch information
c-po authored Oct 8, 2024
2 parents fa25f86 + 28e5159 commit 6838a64
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 @@ -257,8 +257,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 6838a64

Please sign in to comment.