From 4721e58727657693c4d26058dd83baeb5052e7db Mon Sep 17 00:00:00 2001 From: Alexandr Stelnykovych <stenya@gmail.com> Date: Wed, 26 Feb 2025 13:03:57 +0200 Subject: [PATCH] Update Go version to 1.24 and toolchain to 1.24.0 to support the 'tool' meta-pattern introduced in go.mod with Go v1.24 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c72f079c..bdd7b59a 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/safing/portmaster -go 1.23 +go 1.24 -toolchain go1.23.5 +toolchain go1.24.0 // TODO: Remove when https://github.com/tc-hib/winres/pull/4 is released. replace github.com/tc-hib/winres => github.com/dhaavi/winres v0.2.2