Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 09:54:24 +01:00

fix: set proper go directive

This commit is contained in:
Michael Kriese 2024-04-03 14:50:34 +02:00
parent 7d35a76ebf
commit 99efe01a08
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.1
require (
code.gitea.io/actions-proto-go v0.4.0