Troubleshooting

If you get a network error during installation please make sure you set a valid GOPROXY environment variable.

  1. go env -w GOPROXY=https://goproxy.cn,https://gocenter.io,https://goproxy.io,direct

Perform a clean of your go modules cache if none of the above worked:

  1. go clean --modcache