Update to Go 1.16.2

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-03-12 09:59:01 -05:00
parent d8208e2e37
commit 8cbef0fade
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.16.1",
'GO_VERSION': ENV['GO_VERSION'] || "1.16.2",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash