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(ci): Download Go modules before linting to resolve TypeCheck errors #257

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adamdmharvey
Copy link
Contributor

@adamdmharvey adamdmharvey commented Jan 8, 2024

Noticed some reports on TypeCheck errors in golangci/golangci-lint-action#902. These are similar to what we see with #256, #255, and #254.

The linter in v1.54 seemed to deprecate some of the TypeChecking errors, and so I've bumped the linter up also (which seemed to fix the problem).

@adamdmharvey adamdmharvey changed the title fix(ci): Download Go modules before linting to resolve typecheck errors fix(ci): Download Go modules before linting to resolve TypeCheck errors Jan 8, 2024
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c02dc5f) 55.13% compared to head (2779b52) 55.13%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #257   +/-   ##
=======================================
  Coverage   55.13%   55.13%           
=======================================
  Files          35       35           
  Lines        3337     3337           
=======================================
  Hits         1840     1840           
  Misses       1230     1230           
  Partials      267      267           

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

@pasha-codefresh
Copy link
Member

Looks like it is working now, should we close the PR?

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.

2 participants