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

This commit is contained in:
Alexandr Stelnykovych 2025-02-26 13:03:57 +02:00
parent 90ead7d5e5
commit 4721e58727

4
go.mod
View file

@ -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