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

[CI][Lint] Remove deprecated arguments #694

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

mpass99
Copy link
Collaborator

@mpass99 mpass99 commented Sep 25, 2024

Closes #622

As stated by the official documentation the flags got removed due to the same reason we have set them: the actions/setup-go already handles the cache.

@mpass99 mpass99 self-assigned this Sep 25, 2024
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.33%. Comparing base (6cdb2e0) to head (d3d8370).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #694      +/-   ##
==========================================
+ Coverage   76.03%   76.33%   +0.29%     
==========================================
  Files          43       43              
  Lines        3676     3676              
==========================================
+ Hits         2795     2806      +11     
+ Misses        645      636       -9     
+ Partials      236      234       -2     

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

Copy link
Member

@MrSerth MrSerth left a comment

Choose a reason for hiding this comment

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

Nicely explanined and easy to review -- thanks!

@MrSerth MrSerth force-pushed the fix/#622-golancilint-warnings branch from 789bfe8 to d3d8370 Compare September 25, 2024 10:55
@MrSerth MrSerth enabled auto-merge (rebase) September 25, 2024 10:55
@MrSerth MrSerth merged commit 636a30e into main Sep 25, 2024
11 of 12 checks passed
@MrSerth MrSerth deleted the fix/#622-golancilint-warnings branch September 25, 2024 11:21
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.

Fix lint warnings in GitHub actions pipeline
2 participants