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" {