diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-08-17 08:31:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 08:31:28 -0400 |
commit | 274aeb3a9e13da47a925eabe0e43ed0b1424d02a (patch) | |
tree | ef9c34365b696eacc65cc8452bf6cda19f5d3c46 /docs/config.yaml | |
parent | 37d0d94843e5d204169ee3cd51e5990eb2c2168e (diff) | |
download | gitea-274aeb3a9e13da47a925eabe0e43ed0b1424d02a.tar.gz gitea-274aeb3a9e13da47a925eabe0e43ed0b1424d02a.zip |
build with go1.17 (#16707)
Co-authored-by: Lauris BH <lauris@nix.lv>
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 a0f39987f0..c4c507b99b 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -20,7 +20,7 @@ params: website: https://docs.gitea.io version: 1.14.6 minGoVersion: 1.16 - goVersion: 1.16 + goVersion: 1.17 minNodeVersion: 12.17 outputs: |