diff --git a/go.mod b/go.mod index 3c85678..4e2d74e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module git.loyso.art/frx/kurious -go 1.22 +go 1.26.0 + +toolchain go1.26.4 require ( github.com/a-h/templ v0.2.707