diff --git a/Dockerfile.release b/Dockerfile.release index a2fe8d75..e0261ca8 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.22 +FROM golang:1.24 # 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 55396232..25bf45a9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.24.5 +go 1.24.6 require ( github.com/Masterminds/semver/v3 v3.4.0