From 430446dcf70c66a0622cf3cbdaac991732e4989a Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Sun, 15 Oct 2023 10:10:19 +0200 Subject: [PATCH] fix(hostpath,csi): upgrade go version to 1.20.x Signed-off-by: Bruce Becker --- csi-hostpath.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csi-hostpath.nomad b/csi-hostpath.nomad index 8c87758..d5bf785 100644 --- a/csi-hostpath.nomad +++ b/csi-hostpath.nomad @@ -2,7 +2,7 @@ variable "go_version" { type = string description = "Version of Go to use for compiling the plugin" - default = "1.18.8" + default = "1.20.10" } variable "plugin_version" {