Skip to content

Commit

Permalink
go1.23.4,go1.22.10 (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <techknowlogick@users.noreply.github.com>
  • Loading branch information
techknowlogick and techknowlogick authored Dec 9, 2024
1 parent 7bf3eb7 commit eb8a181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/go-1.22.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM toolchain

ARG TARGETPLATFORM
ENV GO_VERSION 12210
ENV GO_VERSION=12210

RUN \
if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion docker/go-1.23.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM toolchain

ARG TARGETPLATFORM
ENV GO_VERSION 1234
ENV GO_VERSION=1234

RUN \
if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
Expand Down

0 comments on commit eb8a181

Please sign in to comment.