diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-04-15 12:06:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 12:06:45 +0800 |
commit | 5637706e4680b00ecbef0aeb92edb535ca0b607e (patch) | |
tree | 0e54380820ce10db6cd3a09a8e72965f0c8e74f5 /docs | |
parent | 614aba600774d250564a1f86517fa0b5c7c50f3f (diff) |
docs: fix Go version (#6105)
* docs: fix Go version
* Update README.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/local_development.md (renamed from docs/local_development.md) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/local_development.md b/docs/dev/local_development.md index 03cec259..17fef577 100644 --- a/docs/local_development.md +++ b/docs/dev/local_development.md @@ -23,14 +23,13 @@ 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.13 or higher) +- [Go](https://golang.org/doc/install) (v1.14 or higher) - [Less.js](http://lesscss.org/usage/#command-line-usage-installing) - [GNU Make](https://www.gnu.org/software/make/) - Database upon your choice (pick one, we choose PostgreSQL in this document): - [PostgreSQL](https://wiki.postgresql.org/wiki/Detailed_installation_guides) (v9.6 or higher) - [MySQL](https://dev.mysql.com/downloads/mysql/) with `ENGINE=InnoDB` (v5.7 or higher) - [SQLite3](https://www.sqlite.org/index.html) - - [MSSQL](https://en.wikipedia.org/wiki/Microsoft_SQL_Server) (SQL Server 2005 or newer) - [TiDB](https://github.com/pingcap/tidb) ### macOS |