aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/local_development.md
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2023-11-01 23:06:24 -0400
committerGitHub <noreply@github.com>2023-11-01 23:06:24 -0400
commit16b185f97dfc0dedf149a91f0b9d1924faf47ee4 (patch)
treef2a3fd9844efc6e253569edcfcb550fbcc741321 /docs/dev/local_development.md
parentc531da02caa5ec15279718e1ba045b61e47561a8 (diff)
build: remove support of Go 1.18 and 1.19 (#7590)
Diffstat (limited to 'docs/dev/local_development.md')
-rw-r--r--docs/dev/local_development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md
index a6cb6197..dac33ba1 100644
--- a/docs/dev/local_development.md
+++ b/docs/dev/local_development.md
@@ -21,7 +21,7 @@ Gogs is built and runs as a single binary and meant to be cross platform. Theref
Gogs has the following dependencies:
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) (v1.8.3 or higher)
-- [Go](https://golang.org/doc/install) (v1.18 or higher)
+- [Go](https://golang.org/doc/install) (v1.20 or higher)
- [Less.js](http://lesscss.org/usage/#command-line-usage-installing)
- [Task](https://github.com/go-task/task) (v3)
- [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports)