1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

release/v1.15: set min go version to min upstream supported go1.16 (#16710)

* release/v1.15: set min go version to min upstream supported 1.16

* update drone
This commit is contained in:
techknowlogick
2021-08-17 03:09:44 -04:00
committed by GitHub
parent b6508b872b
commit 0dc808212b
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ params:
author: The Gitea Authors
website: https://docs.gitea.io
version: 1.14.6
minGoVersion: 1.15
minGoVersion: 1.16
goVersion: 1.16
minNodeVersion: 12.17