Downgrade to Go 1.22 for compatiblity reasons
This commit is contained in:
parent
b840529d13
commit
1794393fe9
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module git.ailur.dev/ailur/fg-library/v2
|
module git.ailur.dev/ailur/fg-library/v2
|
||||||
|
|
||||||
go 1.23.1
|
go 1.22
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/go-chi/chi/v5 v5.1.0
|
github.com/go-chi/chi/v5 v5.1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue