From d12efc7aa5e6a0e98ab3ff59dae8d4b74edb4dd1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:28:18 +0000 Subject: [PATCH 1/2] Initial plan From db5cf22df672f438c619dd2ad6777a8315f8f5c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:36:42 +0000 Subject: [PATCH 2/2] Fix CVE-2025-47907: Update Go to 1.24.6 Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --- Dockerfile.release | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.release b/Dockerfile.release index a2fe8d75..e0261ca8 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.22 +FROM golang:1.24 # See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt # for the latest gh install instructions when the below didn't work diff --git a/go.mod b/go.mod index 55396232..25bf45a9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.24.5 +go 1.24.6 require ( github.com/Masterminds/semver/v3 v3.4.0