Upgrade go version to match with fulgens

This commit is contained in:
Tracker-Friendly 2024-11-08 18:06:27 +00:00
parent 1794393fe9
commit 9572989a86
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module git.ailur.dev/ailur/fg-library/v2
go 1.22
go 1.23.3
require (
github.com/go-chi/chi/v5 v5.1.0