Files
dotfiles/setup/golang.sh
2022-10-28 19:33:05 +02:00

6 lines
87 B
Bash
Executable File

#!/bin/sh
asdf plugin add golang
asdf install golang latest
asdf global golang latest