From 3084fd51b9f2b179bfe408a94752a58272166ec3 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Mon, 4 Nov 2024 08:54:36 -0800 Subject: [PATCH] updates go installer to use snap, since it has a newer version --- dev/ubuntu/dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ubuntu/dev.sh b/dev/ubuntu/dev.sh index d90378d..0fcd09e 100644 --- a/dev/ubuntu/dev.sh +++ b/dev/ubuntu/dev.sh @@ -19,9 +19,9 @@ asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git ######################################## Languages asdf install nodejs latest -sudo apt install golang-go -y asdf install ruby latest gem install solargraph +sudo snap install go --classic # sudo apt install ruby -y # sudo apt install ruby-dev -y