Merge pull request #6926 from thaJeztah/bump_golang_1.18.2
update golang to 1.18.2, 1.17.10
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -97,7 +97,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.18.1",
|
||||
'GO_VERSION': ENV['GO_VERSION'] || "1.18.2",
|
||||
}
|
||||
sh.inline = <<~SHELL
|
||||
#!/usr/bin/env bash
|
||||
|
||||
Reference in New Issue
Block a user