loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use Go 1.20 for next release (#24859)

authored by

wxiaoguang and committed by
GitHub
81ce271f 3588edbb

+3 -3
+2 -2
docs/config.yaml
··· 18 18 description: Git with a cup of tea 19 19 author: The Gitea Authors 20 20 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 23 23 goVersion: 1.20 24 24 minNodeVersion: 16 25 25 search: nav
+1 -1
go.mod
··· 1 1 module code.gitea.io/gitea 2 2 3 - go 1.19 3 + go 1.20 4 4 5 5 require ( 6 6 code.gitea.io/actions-proto-go v0.2.1