Skip to content

Commit

Permalink
fix(hostpath,csi): upgrade go version to 1.20.x
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Oct 15, 2023
1 parent fee935a commit 430446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csi-hostpath.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 430446d

Please sign in to comment.