Golangのinstall
公式
Download and install - The Go Programming Language
brew
code:bash
brew search go@1
brew install go@1.??
goenv
code:bash
anyenv install goenv
goenv install 1.23.1
goenv global 1.23.1
goenv、VSCodeの接続が結構めんどくさいので注意……
VSCodeでFailed to find the go binary in either GOROOT()とエラーが出たら