diff --git a/tests/go.mod b/tests/go.mod index 1ed7d9a..d0a874d 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,8 +1,6 @@ module github.com/spiffe/helm-charts/tests -go 1.24.0 - -toolchain go1.24.1 +go 1.24.3 require ( github.com/onsi/ginkgo/v2 v2.23.4