From 24a530ced19b59798d4857965cea8162f3438fd5 Mon Sep 17 00:00:00 2001 From: bin Date: Tue, 14 Dec 2021 17:03:53 +0800 Subject: [PATCH] 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 --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 69b1d0d0d..f214d9693 100644 --- a/versions.yaml +++ b/versions.yaml @@ -250,7 +250,7 @@ languages: issue: "https://github.com/golang/go/issues/20676" uscan-url: >- https://github.com/golang/go/tags .*/go?([\d\.]+)\.tar\.gz - version: "1.11.10" + version: "1.16.10" meta: description: | 'newest-version' is the latest version known to work when