From f9945608591374feb9bd6f4feda853f594bbfb91 Mon Sep 17 00:00:00 2001 From: Marco Vedovati Date: Tue, 27 Nov 2018 13:08:27 +0100 Subject: [PATCH] rootfs: Bump golang version to 1.11.1 Bump the golang version to 1.11.1, that is the "newest-version" currently specified in the runtime version file. Fixes: #208 Signed-off-by: Marco Vedovati --- rootfs-builder/versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs-builder/versions.txt b/rootfs-builder/versions.txt index 07aa190219..a686225cc8 100644 --- a/rootfs-builder/versions.txt +++ b/rootfs-builder/versions.txt @@ -1 +1 @@ -GO_VERSION=1.9.2 +GO_VERSION=1.11.1