From 442fca113c62eda566e164ea5cb713aa393c2877 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Wed, 6 May 2026 21:41:58 +0800 Subject: [PATCH] Revert "chore: bump Go version to 1.26.0 (#992)" This reverts commit 44c2002a2c01b294ed006c9f4043ac634d53aa42. --- Dockerfile.release | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.release b/Dockerfile.release index 9f858f21..76d4742e 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.26.0 +FROM golang:1.25.9 # 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 79eb4f45..d1201b2b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.26.0 +go 1.25.9 require ( github.com/Masterminds/semver/v3 v3.5.0