Bump Golang 1.15.6

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

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2021-01-12 15:14:41 -05:00
parent abc0041a0e
commit b72534967e
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.5",
'GO_VERSION': ENV['GO_VERSION'] || "1.15.6",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash