I would like run debug go using VSCode on Mac M2 but necessary to using go env GOARCH=amd64 bacause soruce code using library bou.ke/monkey,monkey doesn’t work on arm64 (it work if set GOARCH=arm64)
https://github.com/jenkins-x/jx/issues/2081
how to run debug go using VSCode on Mac M2 using go env GOARCH=amd64