diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-08-13 10:11:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 10:11:24 -0400 |
commit | bd7d6a3d736a3d9781ef3b243a8e18e93f632955 (patch) | |
tree | 264e0fdd3e5bfd2bc8547d7104acfe7af6d1c2cc /docs | |
parent | e01bac84047baf8b0014116715c630375ea42377 (diff) | |
download | gitea-bd7d6a3d736a3d9781ef3b243a8e18e93f632955.tar.gz gitea-bd7d6a3d736a3d9781ef3b243a8e18e93f632955.zip |
go1.15 (#12475)
* go1.15
* update makefile xgo version
* fix vet issue
* update docs to version of go in use
* add TODO for asyncpreemptoff
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'docs')
-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 8b7560a593..3935d04dd3 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -20,7 +20,7 @@ params: website: https://docs.gitea.io version: 1.12.2 minGoVersion: 1.12 - goVersion: 1.14 + goVersion: 1.15 minNodeVersion: 10.13 outputs: |