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