Update dependency go to v1.22

There is no need to pin the patch release for the build
environment. They are backward compatible and it prevents security
upgrades to be taken into account.
This commit is contained in:
Earl Warren 2024-06-05 07:24:09 +02:00
parent 1b3ccfffe8
commit b3bcae8bd6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0579CB2928A78A00

4
go.mod
View file

@ -1,6 +1,8 @@
module code.gitea.io/gitea
go 1.22.3
go 1.22.0
toolchain go1.22.3
require (
code.forgejo.org/forgejo/reply v1.0.1