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

Adding go version check when building locally. #1209

Closed mindaugasbarcauskas closed 1 year ago

mindaugasbarcauskas commented 1 year ago

What changed?

Adding check to print a warning when building with a different go version locally.

Why? For example, when building locally formatting changes happen with go1.19 version

How did you test it?

Tested locally.

Potential risks