From 82e48426f2c6163f3ba37ba712cd45ba9a209ec2 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Wed, 20 Nov 2019 13:31:11 +0400 Subject: [PATCH] Vagrantfile: update Go version --- Vagrantfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 3367a908d..695d1333c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -29,10 +29,10 @@ Vagrant.configure("2") do |config| usermod -a -G docker vagrant # install go - wget -q https://dl.google.com/go/go1.12.linux-amd64.tar.gz - tar -xvf go1.12.linux-amd64.tar.gz + wget -q https://dl.google.com/go/go1.13.linux-amd64.tar.gz + tar -xvf go1.13.linux-amd64.tar.gz mv go /usr/local - rm -f go1.12.linux-amd64.tar.gz + rm -f go1.13.linux-amd64.tar.gz # install nodejs (for docs) curl -sL https://deb.nodesource.com/setup_11.x | bash -