0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 10:39:50 +02:00

fix: set proper go directive

This commit is contained in:
Michael Kriese 2024-04-05 10:17:44 +02:00
parent 5dabc679aa
commit 35a3ad48de
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

2
go.mod
View file

@ -1,6 +1,6 @@
module code.gitea.io/gitea
go 1.22
go 1.22.2
require (
code.gitea.io/actions-proto-go v0.4.0