dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
549 stars 481 forks source link

specify exact Go version #3546

Closed daixiang0 closed 1 month ago

daixiang0 commented 2 months ago

Description

Fix #3545

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #3545

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

yaron2 commented 2 months ago

Needs go mod tidy

elena-kolevska commented 1 month ago

Looks like this has been addressed in the meantime. Can we close?

berndverst commented 1 month ago

We should have specified it like so:

go 1.23
toolchain go1.23.0

Otherwise our CI may use the pinned minor version of GO only. But we want it to always use the latest available!

berndverst commented 1 month ago

This PR seems no longer applicable