kevincobain2000 / gobrew

Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
https://medium.com/web-developer/go-version-manager-gobrew-c8750157dfe6
MIT License
369 stars 24 forks source link

work behind proxy #170

Closed kevincobain2000 closed 9 months ago

kevincobain2000 commented 9 months ago

Hi @juev

Sorry had to merge and push so quickly as our entire corporate CI started failing, as the new tls settings. The new doRequest() didn't pick up the http proxy set on the environment.

So I have rolled back to the previously working code block for the doRequest()

juev commented 9 months ago

Ok, thank you very much!