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:
4
go.mod
4
go.mod
@@ -1,8 +1,8 @@
|
|||||||
module github.com/safing/portmaster
|
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.
|
// 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
|
replace github.com/tc-hib/winres => github.com/dhaavi/winres v0.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user