-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update golang #19173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update golang #19173
+9
−9
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/golang@e04c21c: Update tip to tip-20250530, commit a8e99ab19cbf8568cb452b899d0ed3f0d65848c5
Diff for 2f67e3b:diff --git a/_bashbrew-cat b/_bashbrew-cat
index fdf2ae5..cc01bd0 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -108,23 +108,23 @@ Directory: 1.24/windows/windowsservercore-ltsc2025
Builder: classic
Constraints: windowsservercore-ltsc2025
-Tags: tip-20250524-alpine3.21, tip-alpine3.21
+Tags: tip-20250530-alpine3.21, tip-alpine3.21
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 34c6d91f503a3410cfeb68fd099619bf00f3ba7f
+GitCommit: e04c21cc73c95ec8140c127bc110a0c139807cc1
Directory: tip/alpine3.21
-Tags: tip-20250524-alpine3.22, tip-alpine3.22, tip-20250524-alpine, tip-alpine
+Tags: tip-20250530-alpine3.22, tip-alpine3.22, tip-20250530-alpine, tip-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 7162cd9bb639c8bc2c34b29dd8657b9a4a2ebb85
+GitCommit: e04c21cc73c95ec8140c127bc110a0c139807cc1
Directory: tip/alpine3.22
-Tags: tip-20250524-bookworm, tip-bookworm
-SharedTags: tip-20250524, tip
+Tags: tip-20250530-bookworm, tip-bookworm
+SharedTags: tip-20250530, tip
Architectures: amd64, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 34c6d91f503a3410cfeb68fd099619bf00f3ba7f
+GitCommit: e04c21cc73c95ec8140c127bc110a0c139807cc1
Directory: tip/bookworm
-Tags: tip-20250524-bullseye, tip-bullseye
+Tags: tip-20250530-bullseye, tip-bullseye
Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 34c6d91f503a3410cfeb68fd099619bf00f3ba7f
+GitCommit: e04c21cc73c95ec8140c127bc110a0c139807cc1
Directory: tip/bullseye
diff --git a/_bashbrew-list b/_bashbrew-list
index f1bc33d..3498aed 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -68,12 +68,12 @@ golang:nanoserver
golang:nanoserver-ltsc2022
golang:nanoserver-ltsc2025
golang:tip
-golang:tip-20250524
-golang:tip-20250524-alpine
-golang:tip-20250524-alpine3.21
-golang:tip-20250524-alpine3.22
-golang:tip-20250524-bookworm
-golang:tip-20250524-bullseye
+golang:tip-20250530
+golang:tip-20250530-alpine
+golang:tip-20250530-alpine3.21
+golang:tip-20250530-alpine3.22
+golang:tip-20250530-bookworm
+golang:tip-20250530-bullseye
golang:tip-alpine
golang:tip-alpine3.21
golang:tip-alpine3.22
diff --git a/golang_tip-alpine/Dockerfile b/golang_tip-alpine/Dockerfile
index 37ad770..755365a 100644
--- a/golang_tip-alpine/Dockerfile
+++ b/golang_tip-alpine/Dockerfile
@@ -10,8 +10,8 @@ ENV PATH /usr/local/go/bin:$PATH
COPY --from=golang:alpine3.22 /usr/local/go /usr/local/goroot-bootstrap
-# tip-20250524: https://github.com/golang/go/tree/3fd729b2a14a7efcf08465cbea60a74da5457f06
-ARG GOLANG_COMMIT='3fd729b2a14a7efcf08465cbea60a74da5457f06'
+# tip-20250530: https://github.com/golang/go/tree/a8e99ab19cbf8568cb452b899d0ed3f0d65848c5
+ARG GOLANG_COMMIT='a8e99ab19cbf8568cb452b899d0ed3f0d65848c5'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-alpine3.21/Dockerfile b/golang_tip-alpine3.21/Dockerfile
index 988561a..cfa84bf 100644
--- a/golang_tip-alpine3.21/Dockerfile
+++ b/golang_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-20250524: https://github.com/golang/go/tree/3fd729b2a14a7efcf08465cbea60a74da5457f06
-ARG GOLANG_COMMIT='3fd729b2a14a7efcf08465cbea60a74da5457f06'
+# tip-20250530: https://github.com/golang/go/tree/a8e99ab19cbf8568cb452b899d0ed3f0d65848c5
+ARG GOLANG_COMMIT='a8e99ab19cbf8568cb452b899d0ed3f0d65848c5'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-bookworm/Dockerfile b/golang_tip-bookworm/Dockerfile
index e6d3381..07b0564 100644
--- a/golang_tip-bookworm/Dockerfile
+++ b/golang_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-20250524: https://github.com/golang/go/tree/3fd729b2a14a7efcf08465cbea60a74da5457f06
-ARG GOLANG_COMMIT='3fd729b2a14a7efcf08465cbea60a74da5457f06'
+# tip-20250530: https://github.com/golang/go/tree/a8e99ab19cbf8568cb452b899d0ed3f0d65848c5
+ARG GOLANG_COMMIT='a8e99ab19cbf8568cb452b899d0ed3f0d65848c5'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-bullseye/Dockerfile b/golang_tip-bullseye/Dockerfile
index 65062b1..2d90975 100644
--- a/golang_tip-bullseye/Dockerfile
+++ b/golang_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-20250524: https://github.com/golang/go/tree/3fd729b2a14a7efcf08465cbea60a74da5457f06
-ARG GOLANG_COMMIT='3fd729b2a14a7efcf08465cbea60a74da5457f06'
+# tip-20250530: https://github.com/golang/go/tree/a8e99ab19cbf8568cb452b899d0ed3f0d65848c5
+ARG GOLANG_COMMIT='a8e99ab19cbf8568cb452b899d0ed3f0d65848c5'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \ Relevant Maintainers: |
tianon
approved these changes
Jun 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: