feat: upgrade to go 1.26

This commit is contained in:
2026-02-13 07:48:50 +01:00
parent 034bd8669e
commit b1146b241c
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module goyco
go 1.25.4
go 1.26
require (
github.com/go-chi/chi/v5 v5.2.3