Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test fix: Removing toolchain go* lines that cause midstream downloads #994

Merged
merged 1 commit into from
Feb 29, 2024

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)

…ng tests.

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
@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
6 of 7 checks passed
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.

None yet

2 participants