Skip to content

Commit

Permalink
[no-release-notes] integration-tests: Bump to golang 1.21 in Dockerfi…
Browse files Browse the repository at this point in the history
…les.
  • Loading branch information
reltuk committed Oct 6, 2023
1 parent aa9808f commit 733c5fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/DataDumpLoadDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/MySQLDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/ORMDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 733c5fe

Please sign in to comment.