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:
Phil Estes
2022-05-11 18:38:21 +01:00
committed by GitHub
11 changed files with 21 additions and 21 deletions

2
Vagrantfile vendored
View File

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