mirror of
1
Fork 0

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

2
go.mod
View File

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