diff --git a/Dockerfile.release b/Dockerfile.release index 9f858f21..0912305a 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.26.0 +FROM golang:1.26.3 # 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 6ab841a6..cd5e3115 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.26.0 +go 1.26.3 require ( github.com/Masterminds/semver/v3 v3.5.0