Merge pull request #11109 from k8s-infra-cherrypick-robot/cherry-pick-11102-to-release/2.0
[release/2.0] update to go1.23.4 / go1.22.10
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -107,7 +107,7 @@ EOF
|
||||
config.vm.provision "install-golang", type: "shell", run: "once" do |sh|
|
||||
sh.upload_path = "/tmp/vagrant-install-golang"
|
||||
sh.env = {
|
||||
'GO_VERSION': ENV['GO_VERSION'] || "1.23.3",
|
||||
'GO_VERSION': ENV['GO_VERSION'] || "1.23.4",
|
||||
}
|
||||
sh.inline = <<~SHELL
|
||||
#!/usr/bin/env bash
|
||||
|
||||
Reference in New Issue
Block a user