-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update golang #18480
Merged
Merged
Update golang #18480
Conversation
This file contains 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@f6c81f9: Update tip to tip-20250216, commit d524e1eccd559b40130c3bac77f3f7dc33d476ab
Diff for 32e90b7:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 99b22ae..3fbe3a5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -140,23 +140,23 @@ Directory: 1.24/windows/windowsservercore-ltsc2025
Builder: classic
Constraints: windowsservercore-ltsc2025
-Tags: tip-20250209-alpine3.20, tip-alpine3.20
+Tags: tip-20250216-alpine3.20, tip-alpine3.20
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 5a29b9e587f019aa33410a8fefb67af33e15b63c
+GitCommit: f6c81f9d0a9b91c3276b865cd87cc83cd717fae7
Directory: tip/alpine3.20
-Tags: tip-20250209-alpine3.21, tip-alpine3.21, tip-20250209-alpine, tip-alpine
+Tags: tip-20250216-alpine3.21, tip-alpine3.21, tip-20250216-alpine, tip-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 5a29b9e587f019aa33410a8fefb67af33e15b63c
+GitCommit: f6c81f9d0a9b91c3276b865cd87cc83cd717fae7
Directory: tip/alpine3.21
-Tags: tip-20250209-bookworm, tip-bookworm
-SharedTags: tip-20250209, tip
+Tags: tip-20250216-bookworm, tip-bookworm
+SharedTags: tip-20250216, tip
Architectures: amd64, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 5a29b9e587f019aa33410a8fefb67af33e15b63c
+GitCommit: f6c81f9d0a9b91c3276b865cd87cc83cd717fae7
Directory: tip/bookworm
-Tags: tip-20250209-bullseye, tip-bullseye
+Tags: tip-20250216-bullseye, tip-bullseye
Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 5a29b9e587f019aa33410a8fefb67af33e15b63c
+GitCommit: f6c81f9d0a9b91c3276b865cd87cc83cd717fae7
Directory: tip/bullseye
diff --git a/_bashbrew-list b/_bashbrew-list
index 77edf10..95be0eb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -79,12 +79,12 @@ golang:nanoserver-1809
golang:nanoserver-ltsc2022
golang:nanoserver-ltsc2025
golang:tip
-golang:tip-20250209
-golang:tip-20250209-alpine
-golang:tip-20250209-alpine3.20
-golang:tip-20250209-alpine3.21
-golang:tip-20250209-bookworm
-golang:tip-20250209-bullseye
+golang:tip-20250216
+golang:tip-20250216-alpine
+golang:tip-20250216-alpine3.20
+golang:tip-20250216-alpine3.21
+golang:tip-20250216-bookworm
+golang:tip-20250216-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 5dde102..133ba9e 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-20250209: https://github.com/golang/go/tree/ff27d270c9f95178f9749bc8e1f15957b1c1d5b3
-ARG GOLANG_COMMIT='ff27d270c9f95178f9749bc8e1f15957b1c1d5b3'
+# tip-20250216: https://github.com/golang/go/tree/d524e1eccd559b40130c3bac77f3f7dc33d476ab
+ARG GOLANG_COMMIT='d524e1eccd559b40130c3bac77f3f7dc33d476ab'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-alpine3.20/Dockerfile b/golang_tip-alpine3.20/Dockerfile
index f7a0055..f323e85 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-20250209: https://github.com/golang/go/tree/ff27d270c9f95178f9749bc8e1f15957b1c1d5b3
-ARG GOLANG_COMMIT='ff27d270c9f95178f9749bc8e1f15957b1c1d5b3'
+# tip-20250216: https://github.com/golang/go/tree/d524e1eccd559b40130c3bac77f3f7dc33d476ab
+ARG GOLANG_COMMIT='d524e1eccd559b40130c3bac77f3f7dc33d476ab'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-bookworm/Dockerfile b/golang_tip-bookworm/Dockerfile
index 1e6383b..e6ed1e7 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-20250209: https://github.com/golang/go/tree/ff27d270c9f95178f9749bc8e1f15957b1c1d5b3
-ARG GOLANG_COMMIT='ff27d270c9f95178f9749bc8e1f15957b1c1d5b3'
+# tip-20250216: https://github.com/golang/go/tree/d524e1eccd559b40130c3bac77f3f7dc33d476ab
+ARG GOLANG_COMMIT='d524e1eccd559b40130c3bac77f3f7dc33d476ab'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \
diff --git a/golang_tip-bullseye/Dockerfile b/golang_tip-bullseye/Dockerfile
index a8c657f..44d9919 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-20250209: https://github.com/golang/go/tree/ff27d270c9f95178f9749bc8e1f15957b1c1d5b3
-ARG GOLANG_COMMIT='ff27d270c9f95178f9749bc8e1f15957b1c1d5b3'
+# tip-20250216: https://github.com/golang/go/tree/d524e1eccd559b40130c3bac77f3f7dc33d476ab
+ARG GOLANG_COMMIT='d524e1eccd559b40130c3bac77f3f7dc33d476ab'
ENV GOLANG_COMMIT $GOLANG_COMMIT
RUN set -eux; \ Relevant Maintainers: |
Windows 2025 failures are probably #18435 (comment):
|
yosifkit
approved these changes
Feb 18, 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: