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

fix: detect when go mod tidy needs to be run, and retry #145

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

malept
Copy link
Member

@malept malept commented Apr 1, 2024

What this PR does / why we need it

This fixes the case where you're trying to run a CLI that's built for Go 1.20 on Go 1.21 or later, and when go build is run, it needs go.mod to be updated with the new toolchain annotations to continue to build.

Jira ID

DT-4309

@malept malept requested a review from a team as a code owner April 1, 2024 17:35

This comment was marked as resolved.

@malept malept merged commit e3b442d into main Apr 1, 2024
6 checks passed
@malept malept deleted the malept/dt-4309/fix/detect-go-mod-tidy branch April 1, 2024 17:48
@getoutreach-ci-2
Copy link

🎉 This PR is included in version 1.11.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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