Skip to content

Commit 81ce271

Browse files
authored
Use Go 1.20 for next release (#24859)
1 parent 3588edb commit 81ce271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ params:
1818
description: Git with a cup of tea
1919
author: The Gitea Authors
2020
website: https://docs.gitea.io
21-
version: 1.19.0
22-
minGoVersion: 1.19
21+
version: 1.19.0 # FIXME: this version was used as "latest stable release", but it always gets outdated and doesn't make sense
22+
minGoVersion: 1.20
2323
goVersion: 1.20
2424
minNodeVersion: 16
2525
search: nav

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.gitea.io/gitea
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
code.gitea.io/actions-proto-go v0.2.1

0 commit comments

Comments
 (0)