Closed githablocal closed 1 year ago
Thanks for the PR! Can you also update README to document this new option?
BTW, I've stuck at generating linux binaries from github action. As I know little about golang, could you please check the error for me on https://github.com/githablocal/Cloak/actions/runs/4348756139/jobs/7597653835 ? During the Build phase, it says gox
is not found, though it does get installed. Is it about some PATH configuration?
During the Build phase, it says gox is not found, though it does get installed
Looks like it's due to this CLI breaking change https://go.dev/doc/go-get-install-deprecation. I'll update the release script later, you don't need to worry about it, it's just for releases.
Thank you. Now I can try and see if I can grab a quick binary into use before this PR gets merged.
I think this reached its final state. I've force-pushed for reordering and merging the commits.
Fix #98