diff --git a/Vagrantfile b/Vagrantfile index 7e5495d10582..3e0f2b2c731a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -26,6 +26,8 @@ # - Folder syncing doesn't work well. Consider copying the files into the box or # cloning the project inside the box. +GO_VERSION = File.read(File.join(File.dirname(__FILE__), ".go-version")).strip + # Provisioning for Windows PowerShell $winPsProvision = <