/integration-tests: bump go version in dockerfiles

This commit is contained in:
coffeegoddd☕️✨
2025-09-02 12:58:07 -07:00
parent 500de379c0
commit 698b6e1e2a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.23.3
ENV GO_VERSION=1.24.6
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
+1 -1
View File
@@ -59,7 +59,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.23.3
ENV GO_VERSION=1.24.6
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
+1 -1
View File
@@ -25,7 +25,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.23.3
ENV GO_VERSION=1.24.6
ENV GOPATH=/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin