temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
241 stars 32 forks source link

Pin goreleaser version #591

Closed antlai-temporal closed 4 weeks ago

antlai-temporal commented 4 weeks ago

What was changed

Pin the version of goreleaser instead of using the latest.

Why?

Goreleaser has just published a v2.0 version that introduces braking changes, making the release process to fail.

Checklist

  1. How was this tested:

    It was tested manually that this version reads our config files correctly.