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

Stop unnecessarily caching in the CI lint workflow #3440

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

swiatekm
Copy link
Contributor

@swiatekm swiatekm commented Nov 9, 2024

Our lint action produces annoying warnings because it tries to restore the Go module cache unnecessarily. See: https://github.com/open-telemetry/opentelemetry-operator/actions/runs/11745657003 for example.

Instead, only preserve golangci-lint's own cache.

@swiatekm swiatekm requested a review from a team as a code owner November 9, 2024 15:56
@swiatekm swiatekm added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Nov 9, 2024
@swiatekm swiatekm merged commit 7c79f2d into open-telemetry:main Nov 10, 2024
38 of 39 checks passed
@swiatekm swiatekm deleted the ci/fix-lint-caching branch November 10, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants