Bump Golang 1.15.7

Changes: https://golang.org/doc/devel/release.html#go1.15.minor

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2021-01-22 20:54:54 +09:00
parent 0bbbc59b97
commit 45265febd3
6 changed files with 12 additions and 12 deletions

2
Vagrantfile vendored
View File

@@ -77,7 +77,7 @@ Vagrant.configure("2") do |config|
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.15.6",
'GO_VERSION': ENV['GO_VERSION'] || "1.15.7",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash