1
0
mirror of https://github.com/docker-library/golang.git synced 2025-08-10 17:23:01 +03:00

Update tip to tip-20250322, commit b70244ff7a043786c211775b68259de6104ff91c

This commit is contained in:
Docker Library Bot
2025-03-23 22:23:21 -07:00
parent e3a0b6ad92
commit 2bc5d098a0
5 changed files with 11 additions and 11 deletions

View File

@@ -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; \

View File

@@ -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; \

View File

@@ -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; \

View File

@@ -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; \

View File

@@ -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": {