Skip to content

Commit de27d50

Browse files
authored
Revert "chore: bump Go version to 1.26.0 (#992)" (#993)
This reverts commit 44c2002.
1 parent 44c2002 commit de27d50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.0
1+
FROM golang:1.25.9
22

33
# See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
44
# for the latest gh install instructions when the below didn't work

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/databus23/helm-diff/v3
22

3-
go 1.26.0
3+
go 1.25.9
44

55
require (
66
github.com/Masterminds/semver/v3 v3.5.0

0 commit comments

Comments
 (0)