diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-09-04 14:12:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 14:12:01 -0400 |
commit | 482b0e6d478d5751407f124bda6296be084c62fa (patch) | |
tree | 3950c93299a42461760ead42b84e5c52a054afb6 /docs/config.yaml | |
parent | 2a52aeec496b9b1581917124c1002b46f4304b37 (diff) | |
download | gitea-482b0e6d478d5751407f124bda6296be084c62fa.tar.gz gitea-482b0e6d478d5751407f124bda6296be084c62fa.zip |
Bump min required golang to 1.13 (#12717)
* Bump min required golang to 1.13
* Update config.yaml
* Update Makefile
* per silverwind feedback
* per silverwind
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'docs/config.yaml')
-rw-r--r-- | docs/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.yaml b/docs/config.yaml index d03f548a00..3447cf3a1b 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -19,7 +19,7 @@ params: author: The Gitea Authors website: https://docs.gitea.io version: 1.12.4 - minGoVersion: 1.12 + minGoVersion: 1.13 goVersion: 1.15 minNodeVersion: 10.13 |