From e3878460ee0672d562569f7654748c1acba8b521 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:19:09 +0000 Subject: [PATCH 1/2] Initial plan From a0cdbc79c036e4a046d08404b99249dcd7947b04 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:28:29 +0000 Subject: [PATCH 2/2] Apply remaining changes --- Dockerfile.release | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.release b/Dockerfile.release index 9f858f21..0912305a 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.26.0 +FROM golang:1.26.3 # 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 6ab841a6..cd5e3115 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.26.0 +go 1.26.3 require ( github.com/Masterminds/semver/v3 v3.5.0