Go 1.20.1

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2023-02-16 02:04:08 +09:00
parent 281f89a9dc
commit 90d004ae8c
11 changed files with 13 additions and 11 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.6",
'GO_VERSION': ENV['GO_VERSION'] || "1.20.1",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash