Skip to content

Update golang #18974

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
May 5, 2025
Merged

Update golang #18974

merged 1 commit into from
May 5, 2025

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented May 5, 2025

Changes:

Changes:

- docker-library/golang@d289d20: Update tip to tip-20250504, commit 8ec555931dc65f1cd0e7cf28d771615d8064a8ad
@yosifkit yosifkit requested a review from a team as a code owner May 5, 2025 16:13
Copy link

github-actions bot commented May 5, 2025

Diff for 2671ff1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ea6ba64..82672d4 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -140,23 +140,23 @@ Directory: 1.24/windows/windowsservercore-ltsc2025
 Builder: classic
 Constraints: windowsservercore-ltsc2025
 
-Tags: tip-20250426-alpine3.20, tip-alpine3.20
+Tags: tip-20250504-alpine3.20, tip-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: e56ad4ba77dec7b1c469992ff5c3484913ac200d
+GitCommit: d289d20ba91749b735fa54c455de3378413b6d10
 Directory: tip/alpine3.20
 
-Tags: tip-20250426-alpine3.21, tip-alpine3.21, tip-20250426-alpine, tip-alpine
+Tags: tip-20250504-alpine3.21, tip-alpine3.21, tip-20250504-alpine, tip-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: e56ad4ba77dec7b1c469992ff5c3484913ac200d
+GitCommit: d289d20ba91749b735fa54c455de3378413b6d10
 Directory: tip/alpine3.21
 
-Tags: tip-20250426-bookworm, tip-bookworm
-SharedTags: tip-20250426, tip
+Tags: tip-20250504-bookworm, tip-bookworm
+SharedTags: tip-20250504, tip
 Architectures: amd64, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: e56ad4ba77dec7b1c469992ff5c3484913ac200d
+GitCommit: d289d20ba91749b735fa54c455de3378413b6d10
 Directory: tip/bookworm
 
-Tags: tip-20250426-bullseye, tip-bullseye
+Tags: tip-20250504-bullseye, tip-bullseye
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: e56ad4ba77dec7b1c469992ff5c3484913ac200d
+GitCommit: d289d20ba91749b735fa54c455de3378413b6d10
 Directory: tip/bullseye
diff --git a/_bashbrew-list b/_bashbrew-list
index fc2a06d..5eb77bb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -79,12 +79,12 @@ golang:nanoserver-1809
 golang:nanoserver-ltsc2022
 golang:nanoserver-ltsc2025
 golang:tip
-golang:tip-20250426
-golang:tip-20250426-alpine
-golang:tip-20250426-alpine3.20
-golang:tip-20250426-alpine3.21
-golang:tip-20250426-bookworm
-golang:tip-20250426-bullseye
+golang:tip-20250504
+golang:tip-20250504-alpine
+golang:tip-20250504-alpine3.20
+golang:tip-20250504-alpine3.21
+golang:tip-20250504-bookworm
+golang:tip-20250504-bullseye
 golang:tip-alpine
 golang:tip-alpine3.20
 golang:tip-alpine3.21
diff --git a/golang_tip-alpine/Dockerfile b/golang_tip-alpine/Dockerfile
index 1378e8e..c09461d 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.21 /usr/local/go /usr/local/goroot-bootstrap
 
-# tip-20250426: https://github.com/golang/go/tree/f9ce1dddc264cb30e68bfedbabf159b32bb6a719
-ARG GOLANG_COMMIT='f9ce1dddc264cb30e68bfedbabf159b32bb6a719'
+# tip-20250504: https://github.com/golang/go/tree/8ec555931dc65f1cd0e7cf28d771615d8064a8ad
+ARG GOLANG_COMMIT='8ec555931dc65f1cd0e7cf28d771615d8064a8ad'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-alpine3.20/Dockerfile b/golang_tip-alpine3.20/Dockerfile
index c6afa13..96822e5 100644
--- a/golang_tip-alpine3.20/Dockerfile
+++ b/golang_tip-alpine3.20/Dockerfile
@@ -10,8 +10,8 @@ ENV PATH /usr/local/go/bin:$PATH
 
 COPY --from=golang:alpine3.20 /usr/local/go /usr/local/goroot-bootstrap
 
-# tip-20250426: https://github.com/golang/go/tree/f9ce1dddc264cb30e68bfedbabf159b32bb6a719
-ARG GOLANG_COMMIT='f9ce1dddc264cb30e68bfedbabf159b32bb6a719'
+# tip-20250504: https://github.com/golang/go/tree/8ec555931dc65f1cd0e7cf28d771615d8064a8ad
+ARG GOLANG_COMMIT='8ec555931dc65f1cd0e7cf28d771615d8064a8ad'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-bookworm/Dockerfile b/golang_tip-bookworm/Dockerfile
index 024b45e..bc10e88 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-20250426: https://github.com/golang/go/tree/f9ce1dddc264cb30e68bfedbabf159b32bb6a719
-ARG GOLANG_COMMIT='f9ce1dddc264cb30e68bfedbabf159b32bb6a719'
+# tip-20250504: https://github.com/golang/go/tree/8ec555931dc65f1cd0e7cf28d771615d8064a8ad
+ARG GOLANG_COMMIT='8ec555931dc65f1cd0e7cf28d771615d8064a8ad'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-bullseye/Dockerfile b/golang_tip-bullseye/Dockerfile
index 7f20ee7..41881dc 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-20250426: https://github.com/golang/go/tree/f9ce1dddc264cb30e68bfedbabf159b32bb6a719
-ARG GOLANG_COMMIT='f9ce1dddc264cb30e68bfedbabf159b32bb6a719'
+# tip-20250504: https://github.com/golang/go/tree/8ec555931dc65f1cd0e7cf28d771615d8064a8ad
+ARG GOLANG_COMMIT='8ec555931dc65f1cd0e7cf28d771615d8064a8ad'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \

Relevant Maintainers:

@tianon tianon merged commit ff89809 into docker-library:master May 5, 2025
19 checks passed
@tianon tianon deleted the golang branch May 5, 2025 17:24
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