Skip to content

Conversation

paulyuk
Copy link
Contributor

@paulyuk paulyuk commented Feb 29, 2024

What happened is the go tools inserted toolchain go1.22.0 into go.mod, and that forced the automated test to midstream download go.1.22.0 (because they are based on go 1.21.0) and that is what munged the text output.

This hint was deep in the logs on line 937 where you see downloading go1.22.0.
https://github.com/dapr/quickstarts/actions/runs/8089746951/job/22106150891#step:12:928

		== APP - order-processor == go: downloading go1.22.0 (linux/amd64)

@paulyuk paulyuk requested a review from msfussell February 29, 2024 05:37
@paulyuk paulyuk self-assigned this Feb 29, 2024
@paulyuk paulyuk added the P1 label Feb 29, 2024
@paulyuk paulyuk added this to the 1.13 milestone Feb 29, 2024
@paulyuk
Copy link
Contributor Author

paulyuk commented Feb 29, 2024

good to go @msfussell

Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@paulyuk paulyuk merged commit c87bbb0 into dapr:release-1.13 Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants