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:
Kristoffer Dalby 2026-01-20 14:21:36 +00:00
parent 4e1834adaf
commit 57d9619321

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/juanfont/headscale
go 1.25
go 1.26rc2
require (
github.com/arl/statsviz v0.7.2