Skip to content
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 1 commit into from
Feb 18, 2025
Merged

Update golang #18480

merged 1 commit into from
Feb 18, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 18, 2025

Changes:

Changes:

- docker-library/golang@f6c81f9: Update tip to tip-20250216, commit d524e1eccd559b40130c3bac77f3f7dc33d476ab
@tianon tianon requested a review from a team as a code owner February 18, 2025 19:11
Copy link

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:

@yosifkit
Copy link
Member

Windows 2025 failures are probably #18435 (comment):

The problem is that the windows-2025 runner is too old to run the mcr.microsoft.com/windows/servercore:ltsc2025 image released this week (actions/runner-images#11582).

@yosifkit yosifkit merged commit 252e462 into docker-library:master Feb 18, 2025
18 of 19 checks passed
@yosifkit yosifkit deleted the golang branch February 18, 2025 23:26
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