Update to Go 1.17.1

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-09-13 10:21:03 -04:00
parent cbf9d88c9e
commit 73dbbf5bfa
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.17",
'GO_VERSION': ENV['GO_VERSION'] || "1.17.1",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash