[no-release-notes] integration-tests: Bump to golang 1.21 in Dockerfiles.

This commit is contained in:
Aaron Son
2023-10-06 10:23:48 -07:00
parent aa9808fad8
commit 733c5fe793
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.19
ENV GO_VERSION=1.21
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin

View File

@@ -59,7 +59,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.19
ENV GO_VERSION=1.21
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin

View File

@@ -25,7 +25,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.19
ENV GO_VERSION=1.21
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin