summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-03-16 00:08:31 -0400
committerGitHub <noreply@github.com>2022-03-16 00:08:31 -0400
commited1d95c55dfa91d1c9a486bfb8e00375d4038e29 (patch)
tree5c4e1cc6deff4ddbbb7fc9431ab8c0d94efe69fa /README.md
parentfe9626af296f7c7893af8cff88bc4195724bea07 (diff)
downloadgitea-ed1d95c55dfa91d1c9a486bfb8e00375d4038e29.tar.gz
gitea-ed1d95c55dfa91d1c9a486bfb8e00375d4038e29.zip
use go1.18 to build gitea (#19099)
* use go1.18 to build gitea& update min go version to 1.17 * bump in a few more places * add a few simple tests for isipprivate * update go.mod * update URL to https://go.dev/dl/ * golangci-lint * attempt golangci-lint workaround * change version * bump fumpt version * skip strings.title test * go mod tidy * update tests as some aren't private?? * update tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 305931b1b8..84c0524ed4 100644
--- a/README.md
+++ b/README.md
@@ -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://golang.org/dl/) or greater.
+- `make backend` which requires [Go 1.17](https://go.dev/dl/) or greater.
- `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.