Hacker News new | past | comments | ask | show | jobs | submit login

Goblin is a service that builds a go binary for your platform on the fly and downloads it in PATH. This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release. You can also use go install if you know what you are doing.



> This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release

It's not even that hard. Just use GoReleaser.

https://goreleaser.com/


And then later add a script that downloads the binary from Github releases. Doesn't improve the situation with curl script haters


I feel like the assumption is that GitHub would be more proactive about stopping malware being distributed from their platform.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: