downgrade to go 1.22

This commit is contained in:
Felipe M 2024-11-23 19:51:40 +01:00
parent ef80892aa5
commit d51cab78f6
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

2
go.mod
View file

@ -1,6 +1,6 @@
module git.nakama.town/fmartingr/gotoolkit
go 1.23.3
go 1.22
require (
github.com/pelletier/go-toml/v2 v2.2.3