Merge pull request #7254 from mxpv/go

Switch to Go 1.19
This commit is contained in:
Maksym Pavlenko
2022-08-10 12:12:49 -07:00
committed by GitHub
59 changed files with 256 additions and 229 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.5",
'GO_VERSION': ENV['GO_VERSION'] || "1.19",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash