aboutsummaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2023-02-25 16:08:34 +0800
committerGitHub <noreply@github.com>2023-02-25 16:08:34 +0800
commit361a68122577fc01dcb800e1556e9cb1a7527f77 (patch)
tree9ecc8bf4c097e94194e2999d5aa8c2d6b11473bc /docs/dev
parent73ae88badfff8a6662c1ac18ac48bb83c37305c2 (diff)
docs: minor updates (#7367)
[skip ci]
Diffstat (limited to 'docs/dev')
-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 123b28c5..a6cb6197 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.16 or higher)
+- [Go](https://golang.org/doc/install) (v1.18 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)