Skip to content

Conversation

@yosifkit
Copy link
Member

@yosifkit yosifkit commented Jan 5, 2026

Changes:

Changes:

- docker-library/golang@44ef62a: Update tip to tip-20260103, commit f8ee0f84753b22254d217bf28ce8ecca7db7025c
@yosifkit yosifkit requested a review from a team as a code owner January 5, 2026 19:50
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

Diff for 95f00ea:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f47eec6..cbf42ec 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -161,23 +161,23 @@ Directory: 1.26-rc/windows/windowsservercore-ltsc2025
 Builder: classic
 Constraints: windowsservercore-ltsc2025
 
-Tags: tip-20251227-alpine3.22, tip-alpine3.22
+Tags: tip-20260103-alpine3.22, tip-alpine3.22
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 8ed96f110ea04ee4e670b85a1a219aba39d0cccd
+GitCommit: 44ef62a75ccd6cae25056912f1a742de5bf52d2d
 Directory: tip/alpine3.22
 
-Tags: tip-20251227-alpine3.23, tip-alpine3.23, tip-20251227-alpine, tip-alpine
+Tags: tip-20260103-alpine3.23, tip-alpine3.23, tip-20260103-alpine, tip-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 8ed96f110ea04ee4e670b85a1a219aba39d0cccd
+GitCommit: 44ef62a75ccd6cae25056912f1a742de5bf52d2d
 Directory: tip/alpine3.23
 
-Tags: tip-20251227-bookworm, tip-bookworm
+Tags: tip-20260103-bookworm, tip-bookworm
 Architectures: amd64, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 8ed96f110ea04ee4e670b85a1a219aba39d0cccd
+GitCommit: 44ef62a75ccd6cae25056912f1a742de5bf52d2d
 Directory: tip/bookworm
 
-Tags: tip-20251227-trixie, tip-trixie
-SharedTags: tip-20251227, tip
+Tags: tip-20260103-trixie, tip-trixie
+SharedTags: tip-20260103, tip
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 8ed96f110ea04ee4e670b85a1a219aba39d0cccd
+GitCommit: 44ef62a75ccd6cae25056912f1a742de5bf52d2d
 Directory: tip/trixie
diff --git a/_bashbrew-list b/_bashbrew-list
index 546a547..da7dfdb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -91,12 +91,12 @@ golang:nanoserver
 golang:nanoserver-ltsc2022
 golang:nanoserver-ltsc2025
 golang:tip
-golang:tip-20251227
-golang:tip-20251227-alpine
-golang:tip-20251227-alpine3.22
-golang:tip-20251227-alpine3.23
-golang:tip-20251227-bookworm
-golang:tip-20251227-trixie
+golang:tip-20260103
+golang:tip-20260103-alpine
+golang:tip-20260103-alpine3.22
+golang:tip-20260103-alpine3.23
+golang:tip-20260103-bookworm
+golang:tip-20260103-trixie
 golang:tip-alpine
 golang:tip-alpine3.22
 golang:tip-alpine3.23
diff --git a/golang_tip-alpine/Dockerfile b/golang_tip-alpine/Dockerfile
index 27de6d4..58dc93e 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.23 /usr/local/go /usr/local/goroot-bootstrap
 
-# tip-20251227: https://github.com/golang/go/tree/f4cec7917cc53c8c7ef2ea456b4bf0474c41189a
-ARG GOLANG_COMMIT='f4cec7917cc53c8c7ef2ea456b4bf0474c41189a'
+# tip-20260103: https://github.com/golang/go/tree/f8ee0f84753b22254d217bf28ce8ecca7db7025c
+ARG GOLANG_COMMIT='f8ee0f84753b22254d217bf28ce8ecca7db7025c'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-alpine3.22/Dockerfile b/golang_tip-alpine3.22/Dockerfile
index 1c1261a..ccfdee3 100644
--- a/golang_tip-alpine3.22/Dockerfile
+++ b/golang_tip-alpine3.22/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-20251227: https://github.com/golang/go/tree/f4cec7917cc53c8c7ef2ea456b4bf0474c41189a
-ARG GOLANG_COMMIT='f4cec7917cc53c8c7ef2ea456b4bf0474c41189a'
+# tip-20260103: https://github.com/golang/go/tree/f8ee0f84753b22254d217bf28ce8ecca7db7025c
+ARG GOLANG_COMMIT='f8ee0f84753b22254d217bf28ce8ecca7db7025c'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-bookworm/Dockerfile b/golang_tip-bookworm/Dockerfile
index 6948888..4b6964a 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-20251227: https://github.com/golang/go/tree/f4cec7917cc53c8c7ef2ea456b4bf0474c41189a
-ARG GOLANG_COMMIT='f4cec7917cc53c8c7ef2ea456b4bf0474c41189a'
+# tip-20260103: https://github.com/golang/go/tree/f8ee0f84753b22254d217bf28ce8ecca7db7025c
+ARG GOLANG_COMMIT='f8ee0f84753b22254d217bf28ce8ecca7db7025c'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \
diff --git a/golang_tip-trixie/Dockerfile b/golang_tip-trixie/Dockerfile
index 0dd3626..0bf6c95 100644
--- a/golang_tip-trixie/Dockerfile
+++ b/golang_tip-trixie/Dockerfile
@@ -10,8 +10,8 @@ ENV PATH /usr/local/go/bin:$PATH
 
 COPY --from=golang:trixie /usr/local/go /usr/local/goroot-bootstrap
 
-# tip-20251227: https://github.com/golang/go/tree/f4cec7917cc53c8c7ef2ea456b4bf0474c41189a
-ARG GOLANG_COMMIT='f4cec7917cc53c8c7ef2ea456b4bf0474c41189a'
+# tip-20260103: https://github.com/golang/go/tree/f8ee0f84753b22254d217bf28ce8ecca7db7025c
+ARG GOLANG_COMMIT='f8ee0f84753b22254d217bf28ce8ecca7db7025c'
 ENV GOLANG_COMMIT $GOLANG_COMMIT
 
 RUN set -eux; \

Relevant Maintainers:

@tianon tianon merged commit e1787ca into docker-library:master Jan 5, 2026
23 checks passed
@tianon tianon deleted the golang branch January 5, 2026 20:06
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