pulsarctl
pulsarctl copied to clipboard
ci: standardize the build and use supported go versions
Signed-off-by: Zixuan Liu [email protected]
Motivation
- The codebase has multiple build scripts, which is confusing
- Go 1.13 is too old and is not supported
Changes
- Use Go 1.17.6 instead of Go 1.13
- Use goreleaser to build this codebase