feat(asdf): add golang

This commit is contained in:
Stefan Imhoff
2022-10-28 19:33:05 +02:00
parent 1306d8f91d
commit fb5d28809b
2 changed files with 8 additions and 0 deletions

5
setup/golang.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
asdf plugin add golang
asdf install golang latest
asdf global golang latest

View File

@@ -30,5 +30,8 @@ source ./rust.sh
# Ruby
source ./ruby.sh
# Golang
source ./golang.sh
# Visual Studio Code Extensions
source ./vscode.sh