diff options
author | Joe Chen <jc@unknwon.io> | 2022-03-16 12:18:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 12:18:27 +0800 |
commit | 39f64a1371cdb01e02aeeb04839d2689052ae1d3 (patch) | |
tree | 5d8cf0d34feceda30e03bf9dc9d41e0a96cc9947 /CHANGELOG.md | |
parent | 3539de754d935a0ff3c65b03f90c48c9bac5b4cd (diff) |
go: update required version to be 1.16 (#6850)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b0a6b4..a25d29c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to Gogs are documented in this file. - The default branch has been changed to `main`. [#6285](https://github.com/gogs/gogs/pull/6285) - MSSQL as database backend is deprecated, installation page no longer shows it as an option. Existing installations and manually craft configuration file continue to work. [#6295](https://github.com/gogs/gogs/pull/6295) - Use [Task](https://github.com/go-task/task) as the default build tool for development. [#6297](https://github.com/gogs/gogs/pull/6297) +- The required Go version to compile source code changed to 1.16. ### Fixed |