Update go_version from 1.12 to 1.14. 97/121197/1
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 7 May 2021 20:03:24 +0000 (13:03 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 7 May 2021 20:03:24 +0000 (13:03 -0700)
Go reports a missing crypto/ed25519 module when running the vagrant
installer with KUD_PLUGIN_ENABLED.  The package was introduced in go
1.13 (https://golang.org/doc/go1.13#crypto/ed25519).

Issue-ID: MULTICLOUD-1343
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I2fdd06b67122506308038be0fe6b00a2e737f0f0

kud/deployment_infra/playbooks/kud-vars.yml

index 2735a05..4ad9e37 100644 (file)
@@ -52,7 +52,7 @@ registry_local_address: "localhost:5000"
 cmk_pkgs: make,jq
 cmk_untaint_required: true
 
-go_version: '1.12.5'
+go_version: '1.14.15'
 kubespray_version: 2.14.1
 # This matches the helm_version from kubespray defaults
 helm_client_version: 3.2.4