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: apply go version override to _all_ instances of the stdlib #1278

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Sep 25, 2024

Currently we assume that there'll only ever be one occurence of stdlib when overriding the Go version but really there can be an occurrence per go.mod file

Resolves #1273

@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.44%. Comparing base (866b3e0) to head (3b683d9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1278      +/-   ##
==========================================
+ Coverage   68.43%   68.44%   +0.01%     
==========================================
  Files         175      175              
  Lines       16798    16798              
==========================================
+ Hits        11495    11498       +3     
+ Misses       4673     4671       -2     
+ Partials      630      629       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@cuixq cuixq left a comment

Choose a reason for hiding this comment

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

thanks!

@tuminoid
Copy link

Thanks for a quick fix @G-Rath !

@another-rex another-rex merged commit a20e520 into google:main Sep 30, 2024
13 checks passed
@another-rex another-rex deleted the config/go-override branch September 30, 2024 04:02
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.

Config file (GoVersionOverride) is not applied properly on recursive scans
5 participants