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
358 stars 24 forks source link

hotfix: work behind proxy #169

Closed kevincobain2000 closed 7 months ago

kevincobain2000 commented 7 months ago

gobrew ls-remote didn't pick http proxy

kevincobain2000 commented 7 months ago

I ll merge this, as our CI is failing

github-actions[bot] commented 7 months ago

Summary CoverItUp: kevincobain2000/gobrew

Type master feature/proxy
coverage 68.8 % 68.8 %
go-binary-size 5.8k KB 5.8k KB
go-mod-dependencies 28 28
go-sec-issues 6 6
build-time 3 sec 3 sec
unit-test-run-time 103 sec 103 sec

Generated by Cover It Up. View full report https://coveritup.app/kevincobain2000/gobrew

juev commented 7 months ago

Oops, looks like it's my mistake. I didn’t take into account that when creating a new client I simply ignore the proxy settings. :(