diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2022-06-10 11:34:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 05:34:41 +0200 |
commit | 5f618248a98ffbb7066100ffe1955faf791d0205 (patch) | |
tree | 98442c3298d7256e3cb29521c6c509ffc721b4e0 /README.md | |
parent | a0051634b982608d94399033a8b76e7e3b1537ac (diff) | |
download | gitea-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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ or if SQLite support is required: The `build` target is split into two sub-targets: -- `make backend` which requires [Go 1.17](https://go.dev/dl/) or greater. +- `make backend` which requires [Go Stable](https://go.dev/dl/), required version is defined in [go.mod](/go.mod). - `make frontend` which requires [Node.js LTS](https://nodejs.org/en/download/) or greater and Internet connectivity to download npm dependencies. When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js and Internet connectivity. |