We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3588edb commit 81ce271Copy full SHA for 81ce271
docs/config.yaml
@@ -18,8 +18,8 @@ params:
18
description: Git with a cup of tea
19
author: The Gitea Authors
20
website: https://docs.gitea.io
21
- version: 1.19.0
22
- minGoVersion: 1.19
+ version: 1.19.0 # FIXME: this version was used as "latest stable release", but it always gets outdated and doesn't make sense
+ minGoVersion: 1.20
23
goVersion: 1.20
24
minNodeVersion: 16
25
search: nav
go.mod
@@ -1,6 +1,6 @@
1
module code.gitea.io/gitea
2
3
-go 1.19
+go 1.20
4
5
require (
6
code.gitea.io/actions-proto-go v0.2.1
0 commit comments