uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

Add retractions #1298

Closed arzonus closed 7 months ago

arzonus commented 7 months ago

Added retractions in go.mod

Why? All tags were published, the go get go.uber.org/cadence command pulls non-latest versions, but the latest semver tag

How did you test it? No tests

Potential risks No risks, the tags had been published before, so there were no usage of them.