chore: upgrade Go from 1.22 to 1.26

Update go.mod to require go 1.26.0 and pin toolchain go1.26.4.

Generated with go mod tidy; no code or dependency changes required.
This commit is contained in:
2026-06-27 22:46:52 +00:00
parent 348c737163
commit 39c4fa5621

4
go.mod
View File

@ -1,6 +1,8 @@
module git.loyso.art/frx/kurious module git.loyso.art/frx/kurious
go 1.22 go 1.26.0
toolchain go1.26.4
require ( require (
github.com/a-h/templ v0.2.707 github.com/a-h/templ v0.2.707