From 873b383ea0afb61f9eddc682d3f9533362028cd2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 6 May 2026 13:35:12 +0000 Subject: [PATCH] chore: bump Go version to 1.26.0 Agent-Logs-Url: https://github.com/databus23/helm-diff/sessions/1be9db68-1b69-401e-b4b2-0fc61cb97a61 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 76d4742e..9f858f21 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.25.9 +FROM golang:1.26.0 # 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 d1201b2b..79eb4f45 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.25.9 +go 1.26.0 require ( github.com/Masterminds/semver/v3 v3.5.0