Go 1.19.6

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2023-02-15 13:31:32 +09:00
parent 4b80a2be96
commit 9a9cfe85e5
9 changed files with 10 additions and 10 deletions

2
Vagrantfile vendored
View File

@@ -101,7 +101,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.19.5",
'GO_VERSION': ENV['GO_VERSION'] || "1.19.6",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash