summaryrefslogtreecommitdiff
path: root/vendor/github.com/containerd/containerd/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/containerd/containerd/Vagrantfile')
-rw-r--r--vendor/github.com/containerd/containerd/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containerd/containerd/Vagrantfile b/vendor/github.com/containerd/containerd/Vagrantfile
index a4a05edf86..0300c4200b 100644
--- a/vendor/github.com/containerd/containerd/Vagrantfile
+++ b/vendor/github.com/containerd/containerd/Vagrantfile
@@ -93,7 +93,7 @@ EOF
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.19.7",
+ 'GO_VERSION': ENV['GO_VERSION'] || "1.19.8",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash