ConduitIO / conduit

Conduit streams data between data stores. Kafka Connect replacement. No JVM required.
https://conduit.io
Apache License 2.0
396 stars 46 forks source link

Upgrade Go in connectors #998

Closed lovromazgon closed 5 months ago

lovromazgon commented 1 year ago

We should upgrade Go to the latest version (currently 1.21), here's a full list of connectors in conduitio-labs and their Go version at the time of writing:

lovromazgon commented 11 months ago

@AdamHaffar since we have to touch the CI action files in this issue, I would like us to change the way we determine the Go version in all actions/setup-go actions - it should be determined based on the go.mod file (doc). Here's an example of how we changed it in the Kafka connector. This way it will become much simpler to update the Go version in the future.

It would be amazing if you could also make the same change in the connector template repo 🙏