We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c2002 commit de27d50Copy full SHA for de27d50
2 files changed
Dockerfile.release
@@ -1,4 +1,4 @@
1
-FROM golang:1.26.0
+FROM golang:1.25.9
2
3
# See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
4
# for the latest gh install instructions when the below didn't work
go.mod
@@ -1,6 +1,6 @@
module github.com/databus23/helm-diff/v3
-go 1.26.0
+go 1.25.9
5
require (
6
github.com/Masterminds/semver/v3 v3.5.0
0 commit comments