diff --git a/tip/alpine3.20/Dockerfile b/tip/alpine3.20/Dockerfile index e34fa48..c1ef7df 100644 --- a/tip/alpine3.20/Dockerfile +++ b/tip/alpine3.20/Dockerfile @@ -10,8 +10,8 @@ ENV PATH /usr/local/go/bin:$PATH COPY --from=golang:alpine3.20 /usr/local/go /usr/local/goroot-bootstrap -# tip-20250316: https://github.com/golang/go/tree/38d146d57229a8e432d7570a0391f07b8cbf9393 -ARG GOLANG_COMMIT='38d146d57229a8e432d7570a0391f07b8cbf9393' +# tip-20250322: https://github.com/golang/go/tree/b70244ff7a043786c211775b68259de6104ff91c +ARG GOLANG_COMMIT='b70244ff7a043786c211775b68259de6104ff91c' ENV GOLANG_COMMIT $GOLANG_COMMIT RUN set -eux; \ diff --git a/tip/alpine3.21/Dockerfile b/tip/alpine3.21/Dockerfile index 0480664..51cf327 100644 --- a/tip/alpine3.21/Dockerfile +++ b/tip/alpine3.21/Dockerfile @@ -10,8 +10,8 @@ ENV PATH /usr/local/go/bin:$PATH COPY --from=golang:alpine3.21 /usr/local/go /usr/local/goroot-bootstrap -# tip-20250316: https://github.com/golang/go/tree/38d146d57229a8e432d7570a0391f07b8cbf9393 -ARG GOLANG_COMMIT='38d146d57229a8e432d7570a0391f07b8cbf9393' +# tip-20250322: https://github.com/golang/go/tree/b70244ff7a043786c211775b68259de6104ff91c +ARG GOLANG_COMMIT='b70244ff7a043786c211775b68259de6104ff91c' ENV GOLANG_COMMIT $GOLANG_COMMIT RUN set -eux; \ diff --git a/tip/bookworm/Dockerfile b/tip/bookworm/Dockerfile index c692af3..58e77c8 100644 --- a/tip/bookworm/Dockerfile +++ b/tip/bookworm/Dockerfile @@ -10,8 +10,8 @@ ENV PATH /usr/local/go/bin:$PATH COPY --from=golang:bookworm /usr/local/go /usr/local/goroot-bootstrap -# tip-20250316: https://github.com/golang/go/tree/38d146d57229a8e432d7570a0391f07b8cbf9393 -ARG GOLANG_COMMIT='38d146d57229a8e432d7570a0391f07b8cbf9393' +# tip-20250322: https://github.com/golang/go/tree/b70244ff7a043786c211775b68259de6104ff91c +ARG GOLANG_COMMIT='b70244ff7a043786c211775b68259de6104ff91c' ENV GOLANG_COMMIT $GOLANG_COMMIT RUN set -eux; \ diff --git a/tip/bullseye/Dockerfile b/tip/bullseye/Dockerfile index ab9e4c6..05be75a 100644 --- a/tip/bullseye/Dockerfile +++ b/tip/bullseye/Dockerfile @@ -10,8 +10,8 @@ ENV PATH /usr/local/go/bin:$PATH COPY --from=golang:bullseye /usr/local/go /usr/local/goroot-bootstrap -# tip-20250316: https://github.com/golang/go/tree/38d146d57229a8e432d7570a0391f07b8cbf9393 -ARG GOLANG_COMMIT='38d146d57229a8e432d7570a0391f07b8cbf9393' +# tip-20250322: https://github.com/golang/go/tree/b70244ff7a043786c211775b68259de6104ff91c +ARG GOLANG_COMMIT='b70244ff7a043786c211775b68259de6104ff91c' ENV GOLANG_COMMIT $GOLANG_COMMIT RUN set -eux; \ diff --git a/versions.json b/versions.json index b0cb0b3..d53fa6b 100644 --- a/versions.json +++ b/versions.json @@ -819,9 +819,9 @@ ] }, "tip": { - "version": "tip-20250316", + "version": "tip-20250322", "commit": { - "version": "38d146d57229a8e432d7570a0391f07b8cbf9393" + "version": "b70244ff7a043786c211775b68259de6104ff91c" }, "arches": { "amd64": { @@ -902,7 +902,7 @@ "supported": true }, "src": { - "url": "https://github.com/golang/go/archive/38d146d57229a8e432d7570a0391f07b8cbf9393.tar.gz", + "url": "https://github.com/golang/go/archive/b70244ff7a043786c211775b68259de6104ff91c.tar.gz", "supported": false }, "windows-amd64": {