diff --git a/.golang_hash b/.golang_hash index c4744d3..f31eac9 100644 --- a/.golang_hash +++ b/.golang_hash @@ -1 +1 @@ -21f9d90f875700df74056b46fbfef534de080d0fc27b8f1a210e9c92fa14c7a5 \ No newline at end of file +310af48f6920632f56322647ade674e3026d3135f83767d9bfea2025440c1490 \ No newline at end of file diff --git a/.golang_version b/.golang_version index 15031a6..43480fa 100644 --- a/.golang_version +++ b/.golang_version @@ -1 +1 @@ -go1.22.6,go1.21.13 \ No newline at end of file +go1.23.0,go1.22.6 \ No newline at end of file diff --git a/docker/go-1.21.13/Dockerfile b/docker/go-1.21.13/Dockerfile deleted file mode 100644 index 3022fae..0000000 --- a/docker/go-1.21.13/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -## GENERATED. DO NOT EDIT DIRECTLY. -FROM toolchain - -ARG TARGETPLATFORM -ENV GO_VERSION 12113 - -RUN \ -if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ - export ROOT_DIST=https://dl.google.com/go/go1.21.13.linux-amd64.tar.gz && \ - export ROOT_DIST_SHA=502fc16d5910562461e6a6631fb6377de2322aad7304bf2bcd23500ba9dab4a7;\ -elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \ -export ROOT_DIST=https://dl.google.com/go/go1.21.13.linux-arm64.tar.gz && \ -export ROOT_DIST_SHA=2ca2d70dc9c84feef959eb31f2a5aac33eefd8c97fe48f1548886d737bffabd4;\ - else \ -echo "Unsupported architecture: $TARGETPLATFORM" && exit 1; \ -fi && \ -$BOOTSTRAP_PURE diff --git a/docker/go-1.23.0/Dockerfile b/docker/go-1.23.0/Dockerfile new file mode 100644 index 0000000..2f9db44 --- /dev/null +++ b/docker/go-1.23.0/Dockerfile @@ -0,0 +1,17 @@ +## GENERATED. DO NOT EDIT DIRECTLY. +FROM toolchain + +ARG TARGETPLATFORM +ENV GO_VERSION 1230 + +RUN \ +if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ + export ROOT_DIST=https://dl.google.com/go/go1.23.0.linux-amd64.tar.gz && \ + export ROOT_DIST_SHA=905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3;\ +elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \ +export ROOT_DIST=https://dl.google.com/go/go1.23.0.linux-arm64.tar.gz && \ +export ROOT_DIST_SHA=62788056693009bcf7020eedc778cdd1781941c6145eab7688bd087bce0f8659;\ + else \ +echo "Unsupported architecture: $TARGETPLATFORM" && exit 1; \ +fi && \ +$BOOTSTRAP_PURE diff --git a/docker/go-1.21.x/Dockerfile b/docker/go-1.23.x/Dockerfile similarity index 69% rename from docker/go-1.21.x/Dockerfile rename to docker/go-1.23.x/Dockerfile index 1a03db2..e329197 100644 --- a/docker/go-1.21.x/Dockerfile +++ b/docker/go-1.23.x/Dockerfile @@ -1,2 +1,2 @@ ## GENERATED. DO NOT EDIT DIRECTLY. -FROM go-1.21.13 +FROM go-1.23.0 diff --git a/docker/go-latest/Dockerfile b/docker/go-latest/Dockerfile index 42ab1e7..d1cae93 100644 --- a/docker/go-latest/Dockerfile +++ b/docker/go-latest/Dockerfile @@ -1,2 +1,2 @@ ## GENERATED. DO NOT EDIT DIRECTLY. -FROM techknowlogick/xgo:go-1.22.x +FROM techknowlogick/xgo:go-1.23.x