mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-07-12 16:58:33 +00:00
fix: set proper go directive
This commit is contained in:
parent
7d35a76ebf
commit
99efe01a08
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue