Skip to content

Commit

Permalink
Update GO 1.23 to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbasstard committed Dec 2, 2024
1 parent d208468 commit 3d3a2c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion al/aarch64/standard/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ RUN phpenv update \
ENV GOLANG_20_VERSION="1.20.14"
ENV GOLANG_21_VERSION="1.21.11"
ENV GOLANG_22_VERSION="1.22.4"
ENV GOLANG_23_VERSION="1.23.1"
ENV GOLANG_23_VERSION="1.23.2"

RUN goenv install $GOLANG_20_VERSION && \
goenv install $GOLANG_21_VERSION && \
Expand Down
2 changes: 1 addition & 1 deletion al/x86_64/standard/5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
ENV GOENV_DISABLE_GOPATH=1
ENV GOPATH="/go"

ENV GOLANG_23_VERSION="1.23.1"
ENV GOLANG_23_VERSION="1.23.2"
ENV GOLANG_22_VERSION="1.22.4"
ENV GOLANG_21_VERSION="1.21.11"
ENV GOLANG_20_VERSION="1.20.14"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/standard/7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ ENV PATH="/root/.goenv/shims:/root/.goenv/bin:/go/bin:$PATH"
ENV GOENV_DISABLE_GOPATH=1
ENV GOPATH="/go"

ENV GOLANG_23_VERSION="1.23.1"
ENV GOLANG_23_VERSION="1.23.2"
ENV GOLANG_22_VERSION="1.22.4"
ENV GOLANG_21_VERSION="1.21.11"
ENV GOLANG_20_VERSION="1.20.14"
Expand Down

0 comments on commit 3d3a2c3

Please sign in to comment.