Skip to content

Update golang #18945

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
Apr 28, 2025
Merged

Update golang #18945

merged 1 commit into from
Apr 28, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented Apr 28, 2025

Changes:

Changes:

- docker-library/golang@e56ad4b: Update tip to tip-20250426, commit f9ce1dddc264cb30e68bfedbabf159b32bb6a719
@tianon tianon requested a review from a team as a code owner April 28, 2025 16:59
Copy link

Diff for 621c2d6:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index b1b4824..ea6ba64 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -140,23 +140,23 @@ Directory: 1.24/windows/windowsservercore-ltsc2025
 Builder: classic
 Constraints: windowsservercore-ltsc2025
 
-Tags: tip-20250420-alpine3.20, tip-alpine3.20
+Tags: tip-20250426-alpine3.20, tip-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 1f482d740c124b67fb7cf31ba02c32f4cf918066
+GitCommit: e56ad4ba77dec7b1c469992ff5c3484913ac200d
 Directory: tip/alpine3.20
 
-Tags: tip-20250420-alpine3.21, tip-alpine3.21, tip-20250420-alpine, tip-alpine
+Tags: tip-20250426-alpine3.21, tip-alpine3.21, tip-20250426-alpine, tip-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 1f482d740c124b67fb7cf31ba02c32f4cf918066
+GitCommit: e56ad4ba77dec7b1c469992ff5c3484913ac200d
 Directory: tip/alpine3.21
 
-Tags: tip-20250420-bookworm, tip-bookworm
-SharedTags: tip-20250420, tip
+Tags: tip-20250426-bookworm, tip-bookworm
+SharedTags: tip-20250426, tip
 Architectures: amd64, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 1f482d740c124b67fb7cf31ba02c32f4cf918066
+GitCommit: e56ad4ba77dec7b1c469992ff5c3484913ac200d
 Directory: tip/bookworm
 
-Tags: tip-20250420-bullseye, tip-bullseye
+Tags: tip-20250426-bullseye, tip-bullseye
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 1f482d740c124b67fb7cf31ba02c32f4cf918066
+GitCommit: e56ad4ba77dec7b1c469992ff5c3484913ac200d
 Directory: tip/bullseye
diff --git a/_bashbrew-list b/_bashbrew-list
index 08e88e2..fc2a06d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -79,12 +79,12 @@ golang:nanoserver-1809
 golang:nanoserver-ltsc2022
 golang:nanoserver-ltsc2025
 golang:tip
-golang:tip-20250420
-golang:tip-20250420-alpine
-golang:tip-20250420-alpine3.20
-golang:tip-20250420-alpine3.21
-golang:tip-20250420-bookworm
-golang:tip-20250420-bullseye
+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-alpine
 golang:tip-alpine3.20
 golang:tip-alpine3.21
diff --git a/golang_tip-alpine/Dockerfile b/golang_tip-alpine/Dockerfile
index d614724..1378e8e 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-20250420: https://github.com/golang/go/tree/c893e1cf821b06aa0602f7944ce52f0eb28fd7b5
-ARG GOLANG_COMMIT='c893e1cf821b06aa0602f7944ce52f0eb28fd7b5'
+# tip-20250426: https://github.com/golang/go/tree/f9ce1dddc264cb30e68bfedbabf159b32bb6a719
+ARG GOLANG_COMMIT='f9ce1dddc264cb30e68bfedbabf159b32bb6a719'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-alpine3.20/Dockerfile b/golang_tip-alpine3.20/Dockerfile
index 2ac01ec..c6afa13 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-20250420: https://github.com/golang/go/tree/c893e1cf821b06aa0602f7944ce52f0eb28fd7b5
-ARG GOLANG_COMMIT='c893e1cf821b06aa0602f7944ce52f0eb28fd7b5'
+# tip-20250426: https://github.com/golang/go/tree/f9ce1dddc264cb30e68bfedbabf159b32bb6a719
+ARG GOLANG_COMMIT='f9ce1dddc264cb30e68bfedbabf159b32bb6a719'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-bookworm/Dockerfile b/golang_tip-bookworm/Dockerfile
index f23000b..024b45e 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-20250420: https://github.com/golang/go/tree/c893e1cf821b06aa0602f7944ce52f0eb28fd7b5
-ARG GOLANG_COMMIT='c893e1cf821b06aa0602f7944ce52f0eb28fd7b5'
+# tip-20250426: https://github.com/golang/go/tree/f9ce1dddc264cb30e68bfedbabf159b32bb6a719
+ARG GOLANG_COMMIT='f9ce1dddc264cb30e68bfedbabf159b32bb6a719'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-bullseye/Dockerfile b/golang_tip-bullseye/Dockerfile
index 3ff7f4e..7f20ee7 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-20250420: https://github.com/golang/go/tree/c893e1cf821b06aa0602f7944ce52f0eb28fd7b5
-ARG GOLANG_COMMIT='c893e1cf821b06aa0602f7944ce52f0eb28fd7b5'
+# tip-20250426: https://github.com/golang/go/tree/f9ce1dddc264cb30e68bfedbabf159b32bb6a719
+ARG GOLANG_COMMIT='f9ce1dddc264cb30e68bfedbabf159b32bb6a719'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 6ee6964 into docker-library:master Apr 28, 2025
19 checks passed
@yosifkit yosifkit deleted the golang branch April 28, 2025 18:17
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