## Troubleshooting
If you've installed Go, but `go version` still displays the _old_ version, you may need to delete some directories.
`which go`
The command above should output the path where Go is being stored. For me, that was `/ust/local/go/bin/go`.
Delete the follow directories:
```bash
/usr/local/bin/go
/usr/local/go
```
Then, try downloading and installing again.