diff --git a/.nancy-ignore b/.nancy-ignore index 4227de90..696ad564 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -1,2 +1,2 @@ -CVE-2019-25210 until=2024-11-30 # helm.sh/helm/v3@v3.14.3 -CVE-2020-8561 until=2024-11-30 # k8s.io/apiserver@v0.29.0 +CVE-2019-25210 until=2025-01-30 # helm.sh/helm/v3@v3.14.3 +CVE-2020-8561 until=2025-01-30 # k8s.io/apiserver@v0.29.0 diff --git a/go.mod b/go.mod index bdb39422..d631dc98 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/giantswarm/helmclient/v4 go 1.22.4 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/giantswarm/backoff v1.0.1