Update to Go 1.16.1

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-02-19 11:41:05 -05:00
parent 2b1e913679
commit c55492f8de
7 changed files with 13 additions and 13 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.8",
'GO_VERSION': ENV['GO_VERSION'] || "1.16.1",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash