Update to Go 1.17

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-08-17 12:27:39 -04:00
parent 024804b1be
commit f8602c3725
8 changed files with 17 additions and 17 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.7",
'GO_VERSION': ENV['GO_VERSION'] || "1.17",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash