Skip to content

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

Update golang #19173

merged 1 commit into from
Jun 2, 2025

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Jun 2, 2025

Changes:

Changes:

- docker-library/golang@e04c21c: Update tip to tip-20250530, commit a8e99ab19cbf8568cb452b899d0ed3f0d65848c5
@yosifkit yosifkit requested a review from a team as a code owner June 2, 2025 17:09
Copy link

github-actions bot commented Jun 2, 2025

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 tianon merged commit 1fc4e44 into docker-library:master Jun 2, 2025
17 checks passed
@tianon tianon deleted the golang branch June 2, 2025 18:18
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