Downgrade to Go 1.22 for compatiblity reasons

This commit is contained in:
Tracker-Friendly 2024-10-23 19:29:58 +01:00
parent b840529d13
commit 1794393fe9
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.23.1
go 1.22
require (
github.com/go-chi/chi/v5 v5.1.0