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
1 changed files with 1 additions and 1 deletions

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