From ce9b3737ff714f061592d8455f1ecec294631373 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Thu, 29 May 2025 08:15:34 -0700 Subject: [PATCH] Update tests to go 1.24.3 (#600) Signed-off-by: Faisal Memon --- tests/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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