From 0c8ef8bfece59a48f01b6c4b37b138df33233c7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 04:22:30 +0000 Subject: [PATCH 1/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 44b18977..8763cca1 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.23.11 +VERSION := 1.23.12 DEBIAN_VERSION ?= 9 SUFFIX := -$(shell basename $(CURDIR)) TAG_EXTENSION ?= From ef8dbbedd715177270eaf94782f838076181cf95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 04:22:31 +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 aafdde18..7bdcec52 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.11 +1.23.12 From 358df0994330ca3d754c610841163d260fd919c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 04:22:36 +0000 Subject: [PATCH 3/3] chore: Update go version 1.23.12-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 05b2286f..ca5604e3 100644 --- a/go/base-arm/Dockerfile.tmpl +++ b/go/base-arm/Dockerfile.tmpl @@ -61,11 +61,11 @@ ARG VERSION {{- if eq .FIPS "true"}} ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION-1.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=6359ec5ad5a641e73e6e256f9571d4a446eb90b8755ef4baacee9695ff6656f3 +ARG MSFT_DOWNLOAD_SHA256=87276beccb47a4f57deb57e2ce17935d11b458e1e569be581f24457873f82708 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=1085c6ff805ec1f4893fa92013d16e58f74aeac830b1b9919b6908f3ed1a85c5 +ARG GOLANG_DOWNLOAD_SHA256=52ce172f96e21da53b1ae9079808560d49b02ac86cecfa457217597f9bc28ab3 ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256 {{- end}} diff --git a/go/base/Dockerfile.tmpl b/go/base/Dockerfile.tmpl index 2a24f666..e9ef4b49 100644 --- a/go/base/Dockerfile.tmpl +++ b/go/base/Dockerfile.tmpl @@ -35,11 +35,11 @@ ARG VERSION {{- if eq .FIPS "true"}} ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION-1.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=0dc3746aac6e59e30759035a726142c04e81f0aaa1f4f07fec789de11c0c11b5 +ARG MSFT_DOWNLOAD_SHA256=3090e3e16cb95801205562c794d27cfa4bcaf8c6e763a5b0c7de90f886715fb0 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=80899df77459e0b551d2eb8800ad6eb47023b99cccbf8129e7b5786770b948c5 +ARG GOLANG_DOWNLOAD_SHA256=d3847fef834e9db11bf64e3fb34db9c04db14e068eeb064f49af747010454f90 ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256 {{- end }}