update go version to 1.22.5

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
Akhil Mohan
2024-07-03 11:55:48 +05:30
parent 1fb1882c7d
commit 56495b404d
8 changed files with 9 additions and 9 deletions

2
Vagrantfile vendored
View File

@@ -104,7 +104,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.22.4",
'GO_VERSION': ENV['GO_VERSION'] || "1.22.5",
}
sh.inline = <<~SHELL
#!/usr/bin/env bash