From 15fb2db628db3f1d9d87774846b91b8fbedbacae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 03:33:58 +0000 Subject: [PATCH 1/3] chore: Update go version 1.24.6-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 a53b629e..2c440f3d 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=4fe69b51d1dde0442fd8cbae12559828d12236ca17c656d71eff7ff8adfdc82e +ARG MSFT_DOWNLOAD_SHA256=947f5a4f7cd3a05aa2f0d6cba2a51c9d8acc960aae37bf02a0713f93cf6a36ab 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=0df02e6aeb3d3c06c95ff201d575907c736d6c62cfa4b6934c11203f1d600ffa +ARG GOLANG_DOWNLOAD_SHA256=124ea6033a8bf98aa9fbab53e58d134905262d45a022af3a90b73320f3c3afd5 ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256 {{- end}} diff --git a/go/base/Dockerfile.tmpl b/go/base/Dockerfile.tmpl index 1868ea43..907a1582 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=109829f011521e7fa68fe9eab62243265a22d1386a7495cbcab92359f000fe09 +ARG MSFT_DOWNLOAD_SHA256=b9635be15acdb15bc048fd71965de96b5107fac620bc75241968c189c0fc1da9 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=10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc +ARG GOLANG_DOWNLOAD_SHA256=bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712 ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256 {{- end }} From 3c1411cdbf31291286eb4abac42939f33dbb8a67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 03:34:00 +0000 Subject: [PATCH 2/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 3dd8c0e3..3c577a74 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.24.5 +VERSION := 1.24.6 DEBIAN_VERSION ?= 9 SUFFIX := -$(shell basename $(CURDIR)) TAG_EXTENSION ?= From bded0e9cb790384292cd4f0feba9438a81c5e04a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 03:33:40 +0000 Subject: [PATCH 3/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 6521720b..7a429d68 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24.5 +1.24.6