diff --git a/.golang_hash b/.golang_hash index 499bf6b..5af58c6 100644 --- a/.golang_hash +++ b/.golang_hash @@ -1 +1 @@ -3fabf4fe4f16d9355701e244a6a08e2958a0e56190ac23c04e78750f225a3a06 \ No newline at end of file +8b2d1c027505de5db28dae628e597b1d02f37b2b700cc210c0599f61ec71aa30 \ No newline at end of file diff --git a/.golang_version b/.golang_version index 5a823ec..c9a5ed7 100644 --- a/.golang_version +++ b/.golang_version @@ -1 +1 @@ -go1.22.3,go1.21.10 \ No newline at end of file +go1.22.4,go1.21.11 \ No newline at end of file diff --git a/docker/go-1.21.10/Dockerfile b/docker/go-1.21.10/Dockerfile deleted file mode 100644 index 0c12368..0000000 --- a/docker/go-1.21.10/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -## GENERATED. DO NOT EDIT DIRECTLY. -FROM toolchain - -ARG TARGETPLATFORM -ENV GO_VERSION 12110 - -RUN \ -if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ - export ROOT_DIST=https://dl.google.com/go/go1.21.10.linux-amd64.tar.gz && \ - export ROOT_DIST_SHA=e330e5d977bf4f3bdc157bc46cf41afa5b13d66c914e12fd6b694ccda65fcf92;\ -elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \ -export ROOT_DIST=https://dl.google.com/go/go1.21.10.linux-arm64.tar.gz && \ -export ROOT_DIST_SHA=428e0b9ecab5762b7c2be000ad1be6f432dccfcd99bb8b8aeeb757d987bfda9d;\ - else \ -echo "Unsupported architecture: $TARGETPLATFORM" && exit 1; \ -fi && \ -$BOOTSTRAP_PURE diff --git a/docker/go-1.21.11/Dockerfile b/docker/go-1.21.11/Dockerfile new file mode 100644 index 0000000..ab412b1 --- /dev/null +++ b/docker/go-1.21.11/Dockerfile @@ -0,0 +1,17 @@ +## GENERATED. DO NOT EDIT DIRECTLY. +FROM toolchain + +ARG TARGETPLATFORM +ENV GO_VERSION 12111 + +RUN \ +if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ + export ROOT_DIST=https://dl.google.com/go/go1.21.11.linux-amd64.tar.gz && \ + export ROOT_DIST_SHA=54a87a9325155b98c85bc04dc50298ddd682489eb47f486f2e6cb0707554abf0;\ +elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \ +export ROOT_DIST=https://dl.google.com/go/go1.21.11.linux-arm64.tar.gz && \ +export ROOT_DIST_SHA=715d9a7ff72e4e0e3378c48318c52c6e4dd32a47c4136f3c08846f89b2ee2241;\ + else \ +echo "Unsupported architecture: $TARGETPLATFORM" && exit 1; \ +fi && \ +$BOOTSTRAP_PURE diff --git a/docker/go-1.21.x/Dockerfile b/docker/go-1.21.x/Dockerfile index d5cbc8f..702ff7e 100644 --- a/docker/go-1.21.x/Dockerfile +++ b/docker/go-1.21.x/Dockerfile @@ -1,2 +1,2 @@ ## GENERATED. DO NOT EDIT DIRECTLY. -FROM go-1.21.10 +FROM go-1.21.11 diff --git a/docker/go-1.22.3/Dockerfile b/docker/go-1.22.3/Dockerfile deleted file mode 100644 index 3116a79..0000000 --- a/docker/go-1.22.3/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -## GENERATED. DO NOT EDIT DIRECTLY. -FROM toolchain - -ARG TARGETPLATFORM -ENV GO_VERSION 1223 - -RUN \ -if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ - export ROOT_DIST=https://dl.google.com/go/go1.22.3.linux-amd64.tar.gz && \ - export ROOT_DIST_SHA=8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36;\ -elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \ -export ROOT_DIST=https://dl.google.com/go/go1.22.3.linux-arm64.tar.gz && \ -export ROOT_DIST_SHA=6c33e52a5b26e7aa021b94475587fce80043a727a54ceb0eee2f9fc160646434;\ - else \ -echo "Unsupported architecture: $TARGETPLATFORM" && exit 1; \ -fi && \ -$BOOTSTRAP_PURE diff --git a/docker/go-1.22.4/Dockerfile b/docker/go-1.22.4/Dockerfile new file mode 100644 index 0000000..f83aae8 --- /dev/null +++ b/docker/go-1.22.4/Dockerfile @@ -0,0 +1,17 @@ +## GENERATED. DO NOT EDIT DIRECTLY. +FROM toolchain + +ARG TARGETPLATFORM +ENV GO_VERSION 1224 + +RUN \ +if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ + export ROOT_DIST=https://dl.google.com/go/go1.22.4.linux-amd64.tar.gz && \ + export ROOT_DIST_SHA=ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d;\ +elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \ +export ROOT_DIST=https://dl.google.com/go/go1.22.4.linux-arm64.tar.gz && \ +export ROOT_DIST_SHA=a8e177c354d2e4a1b61020aca3562e27ea3e8f8247eca3170e3fa1e0c2f9e771;\ + else \ +echo "Unsupported architecture: $TARGETPLATFORM" && exit 1; \ +fi && \ +$BOOTSTRAP_PURE diff --git a/docker/go-1.22.x/Dockerfile b/docker/go-1.22.x/Dockerfile index e2e6da1..6cb0335 100644 --- a/docker/go-1.22.x/Dockerfile +++ b/docker/go-1.22.x/Dockerfile @@ -1,2 +1,2 @@ ## GENERATED. DO NOT EDIT DIRECTLY. -FROM go-1.22.3 +FROM go-1.22.4