From 28dab7b83ea970fa389aecc88aa3b69f7cf559ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:32:07 +0000 Subject: [PATCH 1/3] chore: Update go version 1.25.4-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go/base-arm/Dockerfile.tmpl | 4 ++-- go/base/Dockerfile.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go/base-arm/Dockerfile.tmpl b/go/base-arm/Dockerfile.tmpl index 9cfc23b6..f9c88d06 100644 --- a/go/base-arm/Dockerfile.tmpl +++ b/go/base-arm/Dockerfile.tmpl @@ -68,11 +68,11 @@ ARG VERSION ARG SECURITY_VERSION=-1 ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION$SECURITY_VERSION.linux-arm64.tar.gz # Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha -ARG MSFT_DOWNLOAD_SHA256=e43a7f7a806cf64ceba013e78a98e92d55d2a8e146d367ff9c22966d60aa25ce +ARG MSFT_DOWNLOAD_SHA256=dcba9ab5fb79f25d4da993dc9b8116b7c0f9e10fc243623637e84b4c8d6d03d0 ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256 {{- else}} ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$VERSION.linux-arm64.tar.gz -ARG GOLANG_DOWNLOAD_SHA256=1d42ebc84999b5e2069f5e31b67d6fc5d67308adad3e178d5a2ee2c9ff2001f5 +ARG GOLANG_DOWNLOAD_SHA256=a68e86d4b72c2c2fecf7dfed667680b6c2a071221bbdb6913cf83ce3f80d9ff0 ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256 {{- end}} diff --git a/go/base/Dockerfile.tmpl b/go/base/Dockerfile.tmpl index 4e096a58..1ff72f95 100644 --- a/go/base/Dockerfile.tmpl +++ b/go/base/Dockerfile.tmpl @@ -36,11 +36,11 @@ ARG VERSION ARG SECURITY_VERSION=-1 ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION$SECURITY_VERSION.linux-amd64.tar.gz # Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha -ARG MSFT_DOWNLOAD_SHA256=304d4ce3aeee2d5ce3cca73aebeb97ea238d0dadf5c2cc7e59aeab9ff08ab7e9 +ARG MSFT_DOWNLOAD_SHA256=c728dc46225d7a73e90414097015eeecce8fa63643d0c28be6a98d511e04e60d ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256 {{- else}} ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$VERSION.linux-amd64.tar.gz -ARG GOLANG_DOWNLOAD_SHA256=0335f314b6e7bfe08c3d0cfaa7c19db961b7b99fb20be62b0a826c992ad14e0f +ARG GOLANG_DOWNLOAD_SHA256=9fa5ffeda4170de60f67f3aa0f824e426421ba724c21e133c1e35d6159ca1bec ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256 {{- end }} From a80b7b776031f2e17780e7fddc88dfed8849d4f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:32:10 +0000 Subject: [PATCH 2/3] chore: Update .go-version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 5bb76b57..26a9e99b 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.3 +1.25.4 From 582e47022c2deeb5ef7b2d1355e15437661c9c7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:32:11 +0000 Subject: [PATCH 3/3] chore: Update go/Makefile.common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/Makefile.common b/go/Makefile.common index 62e651c0..f75562b2 100644 --- a/go/Makefile.common +++ b/go/Makefile.common @@ -2,7 +2,7 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST))) include $(SELF_DIR)/../Makefile.common NAME := golang-crossbuild -VERSION := 1.25.3 +VERSION := 1.25.4 DEBIAN_VERSION ?= 9 SUFFIX := -$(shell basename $(CURDIR)) TAG_EXTENSION ?=