From f07a3b1875d7ba238296f2540bb81b778cddd3c0 Mon Sep 17 00:00:00 2001 From: Steven Kang Date: Thu, 12 Jun 2025 17:30:53 +1200 Subject: [PATCH] security: cve-2025-22874 & cve-2025-22871 bump go to 1.23.10 (#798) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3a2ba0bf5..dd66b95e2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/portainer/portainer -go 1.23.8 +go 1.23.10 require ( github.com/Masterminds/semver v1.5.0