From 5a93453a120cfcc19cdd7fef4218746e15e199b9 Mon Sep 17 00:00:00 2001 From: Fede Barcelona Date: Thu, 5 Feb 2026 17:51:37 +0100 Subject: [PATCH] fix(security): update Go from 1.24.4 to 1.25.7 to address multiple CVEs Update Go version to fix 17+ security vulnerabilities in the standard library. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e24a5997..15fd076c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/draios/terraform-provider-sysdig -go 1.24.4 +go 1.25.7 require ( github.com/Jeffail/gabs/v2 v2.7.0