update to golang 1.15.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-02-22 18:28:52 +01:00
parent bc4c381399
commit d1c8d98658
7 changed files with 14 additions and 14 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.13.15",
'GO_VERSION': ENV['GO_VERSION'] || "1.15.2",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash