From c22b15d122090b308b3dd81c449fdd4776b17724 Mon Sep 17 00:00:00 2001 From: Marco Vedovati Date: Thu, 16 May 2019 18:56:33 +0200 Subject: [PATCH] versions: Update golang to 1.11.10 Set the minimum golang version to 1.11.10, the latest stable 1.11 version at the time of writing. Go 1.11 is required to build the agent with working vsock support. Fixes: #1693 Signed-off-by: Marco Vedovati --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 29fb4c19a6..fbefcde68a 100644 --- a/versions.yaml +++ b/versions.yaml @@ -264,7 +264,7 @@ languages: issue: "https://github.com/golang/go/issues/20676" uscan-url: >- https://github.com/golang/go/tags .*/go?([\d\.]+)\.tar\.gz - version: "1.10.4" + version: "1.11.10" meta: description: | 'newest-version' is the latest version known to work when