aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-05-23 00:29:53 +0800
committerGitHub <noreply@github.com>2023-05-22 16:29:53 +0000
commit81ce271f783331682e07594a179444077b240c84 (patch)
treec11086b84651dae27f6708185c997213c2c3edee /go.mod
parent3588edbb08f93aaa56defa82dffdbb202cd9aa4a (diff)
downloadgitea-81ce271f783331682e07594a179444077b240c84.tar.gz
gitea-81ce271f783331682e07594a179444077b240c84.zip
Use Go 1.20 for next release (#24859)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 93b8052daf..b77e350f0b 100644
--- a/go.mod
+++ b/go.mod
@@ -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