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

Upgrade tchannel-go. #587

Closed robholland closed 1 month ago

robholland commented 1 month ago

What was changed

Upgraded tchannel-go.

Why?

This brings in a fix which allows it to compile on FreeBSD.

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

dnr commented 1 month ago

Why do this separately? Shouldn't we just pull in the server version that bumps this? (@josh-berry is in the process of bumping it to 1.24)

robholland commented 1 month ago

To get it fixed for a user. Fine to close this if we're about to fix it with the server bump.