pulsarctl icon indicating copy to clipboard operation
pulsarctl copied to clipboard

ci: standardize the build and use supported go versions

Open nodece opened this issue 3 years ago • 0 comments

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

nodece avatar Feb 02 '22 15:02 nodece