-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update golang #19466
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 #19466
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@e01d99b: Update tip to tip-20250711, commit 6ebb5f56d9ed35588970ce69cbad63508403bb8d - docker-library/golang@b123132: Remove 1.25rc1 special case
Diff for 2beb381:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 32521d5..667c315 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -161,23 +161,23 @@ Directory: 1.25-rc/windows/windowsservercore-ltsc2025
Builder: classic
Constraints: windowsservercore-ltsc2025
-Tags: tip-20250704-alpine3.21, tip-alpine3.21
+Tags: tip-20250711-alpine3.21, tip-alpine3.21
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 63767b5451bd0735b221f620ee43cfbf95254b52
+GitCommit: e01d99b8b8204f0e169b5ffabd1f969966364756
Directory: tip/alpine3.21
-Tags: tip-20250704-alpine3.22, tip-alpine3.22, tip-20250704-alpine, tip-alpine
+Tags: tip-20250711-alpine3.22, tip-alpine3.22, tip-20250711-alpine, tip-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 63767b5451bd0735b221f620ee43cfbf95254b52
+GitCommit: e01d99b8b8204f0e169b5ffabd1f969966364756
Directory: tip/alpine3.22
-Tags: tip-20250704-bookworm, tip-bookworm
-SharedTags: tip-20250704, tip
+Tags: tip-20250711-bookworm, tip-bookworm
+SharedTags: tip-20250711, tip
Architectures: amd64, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 63767b5451bd0735b221f620ee43cfbf95254b52
+GitCommit: e01d99b8b8204f0e169b5ffabd1f969966364756
Directory: tip/bookworm
-Tags: tip-20250704-bullseye, tip-bullseye
+Tags: tip-20250711-bullseye, tip-bullseye
Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 63767b5451bd0735b221f620ee43cfbf95254b52
+GitCommit: e01d99b8b8204f0e169b5ffabd1f969966364756
Directory: tip/bullseye
diff --git a/_bashbrew-list b/_bashbrew-list
index ca276d6..0cd2cd0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -92,12 +92,12 @@ golang:nanoserver
golang:nanoserver-ltsc2022
golang:nanoserver-ltsc2025
golang:tip
-golang:tip-20250704
-golang:tip-20250704-alpine
-golang:tip-20250704-alpine3.21
-golang:tip-20250704-alpine3.22
-golang:tip-20250704-bookworm
-golang:tip-20250704-bullseye
+golang:tip-20250711
+golang:tip-20250711-alpine
+golang:tip-20250711-alpine3.21
+golang:tip-20250711-alpine3.22
+golang:tip-20250711-bookworm
+golang:tip-20250711-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 8db7edd..88a6f16 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-20250704: https://github.com/golang/go/tree/6c3b5a2798c83d583cb37dba9f39c47300d19f1f
-ARG GOLANG_COMMIT='6c3b5a2798c83d583cb37dba9f39c47300d19f1f'
+# tip-20250711: https://github.com/golang/go/tree/6ebb5f56d9ed35588970ce69cbad63508403bb8d
+ARG GOLANG_COMMIT='6ebb5f56d9ed35588970ce69cbad63508403bb8d'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-alpine3.21/Dockerfile b/golang_tip-alpine3.21/Dockerfile
index af92da3..3cfe1ff 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-20250704: https://github.com/golang/go/tree/6c3b5a2798c83d583cb37dba9f39c47300d19f1f
-ARG GOLANG_COMMIT='6c3b5a2798c83d583cb37dba9f39c47300d19f1f'
+# tip-20250711: https://github.com/golang/go/tree/6ebb5f56d9ed35588970ce69cbad63508403bb8d
+ARG GOLANG_COMMIT='6ebb5f56d9ed35588970ce69cbad63508403bb8d'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-bookworm/Dockerfile b/golang_tip-bookworm/Dockerfile
index 4b72ac5..9e1d2cb 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-20250704: https://github.com/golang/go/tree/6c3b5a2798c83d583cb37dba9f39c47300d19f1f
-ARG GOLANG_COMMIT='6c3b5a2798c83d583cb37dba9f39c47300d19f1f'
+# tip-20250711: https://github.com/golang/go/tree/6ebb5f56d9ed35588970ce69cbad63508403bb8d
+ARG GOLANG_COMMIT='6ebb5f56d9ed35588970ce69cbad63508403bb8d'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-bullseye/Dockerfile b/golang_tip-bullseye/Dockerfile
index d9c9bec..388758e 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-20250704: https://github.com/golang/go/tree/6c3b5a2798c83d583cb37dba9f39c47300d19f1f
-ARG GOLANG_COMMIT='6c3b5a2798c83d583cb37dba9f39c47300d19f1f'
+# tip-20250711: https://github.com/golang/go/tree/6ebb5f56d9ed35588970ce69cbad63508403bb8d
+ARG GOLANG_COMMIT='6ebb5f56d9ed35588970ce69cbad63508403bb8d'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \Relevant Maintainers: |
tianon
approved these changes
Jul 14, 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: