Use Go 1.20 for next release (#24859)

This commit is contained in:
wxiaoguang 2023-05-23 00:29:53 +08:00 committed by GitHub
parent 3588edbb08
commit 81ce271f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ params:
description: Git with a cup of tea
author: The Gitea Authors
website: https://docs.gitea.io
version: 1.19.0
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
goVersion: 1.20
minNodeVersion: 16
search: nav

2
go.mod
View File

@ -1,6 +1,6 @@
module code.gitea.io/gitea
go 1.19
go 1.20
require (
code.gitea.io/actions-proto-go v0.2.1