aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2022-06-10 11:34:41 +0800
committerGitHub <noreply@github.com>2022-06-10 05:34:41 +0200
commit5f618248a98ffbb7066100ffe1955faf791d0205 (patch)
tree98442c3298d7256e3cb29521c6c509ffc721b4e0 /go.mod
parenta0051634b982608d94399033a8b76e7e3b1537ac (diff)
downloadgitea-5f618248a98ffbb7066100ffe1955faf791d0205.tar.gz
gitea-5f618248a98ffbb7066100ffe1955faf791d0205.zip
Use Golang 1.18 for Gitea 1.17 release (#19918)
Use Golang 1.18 (as minimal requirement) for Gitea 1.17 release, make sure the Golang version is still actively supported during Gitea 1.17 lifecycle. Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
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 4dea7f9423..e7cb85ad1b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module code.gitea.io/gitea
-go 1.17
+go 1.18
require (
code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b