From 86284cca6bff5aab4dd05336c97f3c2e70988e18 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Wed, 17 Jun 2026 06:10:01 +0800 Subject: [PATCH] chore: bump Go to 1.26.4 to fix CVE-2026-42504 Fixes #1022 Signed-off-by: yxxhero --- Dockerfile.release | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.release b/Dockerfile.release index 0912305a..b325fbe2 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.26.3 +FROM golang:1.26.4 # 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 6cf963d8..17f4c68f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.26.3 +go 1.26.4 require ( github.com/Masterminds/semver/v3 v3.5.0