This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the dependencies category.
Last Updated: 2024-12-03
brew ls --verbose postgis
brew install go@1.10
If postgres default installs as 14, you can overwrite the PATH version with 13 as follows:
brew link --overwrite --force postgresql@13