versions: bump minimum golang version to 1.16.10

According to https://endoflife.date/go golang 1.11.10 is not supported
anymore, 1.16.10 is the minimum supported version.

Fixes: #3265

Signed-off-by: bin <bin@hyper.sh>
This commit is contained in:
bin 2021-12-14 17:03:53 +08:00
parent 4f96ea4e2b
commit 24a530ced1

View File

@ -250,7 +250,7 @@ languages:
issue: "https://github.com/golang/go/issues/20676" issue: "https://github.com/golang/go/issues/20676"
uscan-url: >- uscan-url: >-
https://github.com/golang/go/tags .*/go?([\d\.]+)\.tar\.gz https://github.com/golang/go/tags .*/go?([\d\.]+)\.tar\.gz
version: "1.11.10" version: "1.16.10"
meta: meta:
description: | description: |
'newest-version' is the latest version known to work when 'newest-version' is the latest version known to work when