Automate your Go binary releases with GoReleaser and Github Actions!

Опубликовано: 01 Март 2026
на канале: Code With Cypert
1,867
31

One of the things that makes Go great is how simple it is to build lightweight binaries for multiple operating systems. GoReleaser helps take that a step further and helps publish releases with those binaries in Github. We can take that even further with a Github action designed to run GoReleaser when we push our tags, on pull request, or even on every push.