Skip to content

Update golang #19276

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 1 commit into from
Jun 16, 2025
Merged

Update golang #19276

merged 1 commit into from
Jun 16, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 16, 2025

Changes:

Changes:

- docker-library/golang@0600de9: Update tip to tip-20250613, commit 96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3
@tianon tianon requested a review from a team as a code owner June 16, 2025 17:09
Copy link

Diff for aa4860c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4dfb5e5..7e6363f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -145,23 +145,23 @@ Directory: 1.25-rc/windows/windowsservercore-ltsc2025
 Builder: classic
 Constraints: windowsservercore-ltsc2025
 
-Tags: tip-20250607-alpine3.21, tip-alpine3.21
+Tags: tip-20250613-alpine3.21, tip-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 213eccdd445be9025f5db79700ed464273b9795b
+GitCommit: 0600de98a144e433e13617ec64523cb58ecd7bc0
 Directory: tip/alpine3.21
 
-Tags: tip-20250607-alpine3.22, tip-alpine3.22, tip-20250607-alpine, tip-alpine
+Tags: tip-20250613-alpine3.22, tip-alpine3.22, tip-20250613-alpine, tip-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 213eccdd445be9025f5db79700ed464273b9795b
+GitCommit: 0600de98a144e433e13617ec64523cb58ecd7bc0
 Directory: tip/alpine3.22
 
-Tags: tip-20250607-bookworm, tip-bookworm
-SharedTags: tip-20250607, tip
+Tags: tip-20250613-bookworm, tip-bookworm
+SharedTags: tip-20250613, tip
 Architectures: amd64, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 213eccdd445be9025f5db79700ed464273b9795b
+GitCommit: 0600de98a144e433e13617ec64523cb58ecd7bc0
 Directory: tip/bookworm
 
-Tags: tip-20250607-bullseye, tip-bullseye
+Tags: tip-20250613-bullseye, tip-bullseye
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 213eccdd445be9025f5db79700ed464273b9795b
+GitCommit: 0600de98a144e433e13617ec64523cb58ecd7bc0
 Directory: tip/bullseye
diff --git a/_bashbrew-list b/_bashbrew-list
index c854f13..d7af3ff 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -86,12 +86,12 @@ golang:nanoserver
 golang:nanoserver-ltsc2022
 golang:nanoserver-ltsc2025
 golang:tip
-golang:tip-20250607
-golang:tip-20250607-alpine
-golang:tip-20250607-alpine3.21
-golang:tip-20250607-alpine3.22
-golang:tip-20250607-bookworm
-golang:tip-20250607-bullseye
+golang:tip-20250613
+golang:tip-20250613-alpine
+golang:tip-20250613-alpine3.21
+golang:tip-20250613-alpine3.22
+golang:tip-20250613-bookworm
+golang:tip-20250613-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 718d5f3..587ec24 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-20250607: https://github.com/golang/go/tree/d184f8dc020ac635cea02c046ab1d0b87dfd624d
-ARG GOLANG_COMMIT='d184f8dc020ac635cea02c046ab1d0b87dfd624d'
+# tip-20250613: https://github.com/golang/go/tree/96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3
+ARG GOLANG_COMMIT='96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-alpine3.21/Dockerfile b/golang_tip-alpine3.21/Dockerfile
index 442fd7f..0cec4d4 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-20250607: https://github.com/golang/go/tree/d184f8dc020ac635cea02c046ab1d0b87dfd624d
-ARG GOLANG_COMMIT='d184f8dc020ac635cea02c046ab1d0b87dfd624d'
+# tip-20250613: https://github.com/golang/go/tree/96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3
+ARG GOLANG_COMMIT='96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-bookworm/Dockerfile b/golang_tip-bookworm/Dockerfile
index 0c4f9bc..ff81be8 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-20250607: https://github.com/golang/go/tree/d184f8dc020ac635cea02c046ab1d0b87dfd624d
-ARG GOLANG_COMMIT='d184f8dc020ac635cea02c046ab1d0b87dfd624d'
+# tip-20250613: https://github.com/golang/go/tree/96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3
+ARG GOLANG_COMMIT='96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-bullseye/Dockerfile b/golang_tip-bullseye/Dockerfile
index e20f3be..8f850da 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-20250607: https://github.com/golang/go/tree/d184f8dc020ac635cea02c046ab1d0b87dfd624d
-ARG GOLANG_COMMIT='d184f8dc020ac635cea02c046ab1d0b87dfd624d'
+# tip-20250613: https://github.com/golang/go/tree/96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3
+ARG GOLANG_COMMIT='96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 47ed65f into docker-library:master Jun 16, 2025
23 checks passed
@yosifkit yosifkit deleted the golang branch June 16, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants