From 9618e91b2421c6cc6897534e5edb877365b98e65 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 21 Jan 2025 15:49:54 +0100 Subject: [PATCH] use go 1.23.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 44dcd9c6753..220fc773b2d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/crowdsecurity/crowdsec -go 1.23.3 +go 1.23.5 // Don't use the toolchain directive to avoid uncontrolled downloads during // a build, especially in sandboxed environments (freebsd, gentoo...).