Skip to content

Fix go mod#691

Merged
another-rex merged 1 commit intogoogle:mainfrom
another-rex:fix-go-mod
Dec 6, 2023
Merged

Fix go mod#691
another-rex merged 1 commit intogoogle:mainfrom
another-rex:fix-go-mod

Conversation

@another-rex
Copy link
Collaborator

Current go mod file does not compile #688 (I am actually unsure how it managed to get merged in the first place, maybe caused by our CI being 1.20 rather than 1.22).
Latest experimental package requires golang.org/x/tools v0.16.0, which removed a module required by govulncheck.

@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b2e8e85) 78.86% compared to head (4698b3a) 78.86%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #691   +/-   ##
=======================================
  Coverage   78.86%   78.86%           
=======================================
  Files          84       84           
  Lines        5943     5943           
=======================================
  Hits         4687     4687           
  Misses       1054     1054           
  Partials      202      202           

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

Copy link
Member

@michaelkedar michaelkedar left a comment

Choose a reason for hiding this comment

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

Latest experimental package requires golang.org/x/tools v0.16.0, which removed a module required by govulncheck.

Should probably change govulncheck to not depend on the removed module

@another-rex another-rex merged commit 6d2154f into google:main Dec 6, 2023
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.

4 participants