mirror of
https://github.com/safing/portmaster
synced 2025-04-09 21:49:11 +00:00
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:
parent
90ead7d5e5
commit
4721e58727
1 changed files with 2 additions and 2 deletions
4
go.mod
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue