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

Bump x/tools for tools, to support go 1.22 #1336

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

Groxx
Copy link
Contributor

@Groxx Groxx commented May 20, 2024

Mockery is currently failing on go 1.22 on Linux due to golang/go#64812
tl;dr, changes in go 1.22 break the popular x/tools/go/packages.Load tool, which Mockery uses.

Upgrading our tools' x/tools (to latest) resolves it, and appears to work fine for go 1.19 and above on both Linux and OSX, and has zero effect on our users.

Mockery is currenty failing on 1.22 due to golang/go#64812
Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.20%. Comparing base (73b12d5) to head (2bde54c).

Additional details and impacted files

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73b12d5...2bde54c. Read the comment docs.

@Groxx Groxx merged commit fc1d544 into uber-go:master May 20, 2024
13 checks passed
@Groxx Groxx deleted the x/tools branch May 20, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants