From e26f342e001a5a697c9c682555e2eb0bc7bfe59c Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 11 Apr 2019 15:18:42 +0200 Subject: [PATCH] build: Update golang to 1.12.3 This commit bumps the golang version to remove the go modules hash mismatch between 1.11 and 1.12. Fixes: #1520 Signed-off-by: Sascha Grunert --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 5e4325553d..e9ac008fd5 100644 --- a/versions.yaml +++ b/versions.yaml @@ -269,7 +269,7 @@ languages: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.11.1" + newest-version: "1.12.3" specs: description: "Details of important specifications"