mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-23 02:24:10 +00:00
go.mod: bump Go version to 1.26rc2
Update the Go version requirement to 1.26rc2 to enable new language features like the enhanced new() builtin and errors.AsType for type-safe error unwrapping.
This commit is contained in:
parent
4e1834adaf
commit
57d9619321
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/juanfont/headscale
|
||||
|
||||
go 1.25
|
||||
go 1.26rc2
|
||||
|
||||
require (
|
||||
github.com/arl/statsviz v0.7.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue