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:
Derek McGowan
2024-12-06 06:07:41 -08:00
committed by GitHub
9 changed files with 10 additions and 10 deletions

2
Vagrantfile vendored
View File

@@ -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