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

use cache for linting #270

Conversation

friedrichwilken
Copy link
Contributor

@friedrichwilken friedrichwilken commented Dec 28, 2023

Description

To increase performance and to avoid running into rate-limits, this PR changes the Github action workflow for linting to use caching (enabled by default).

Changes proposed in this pull request:

  • enable caching in linting gha worflow
  • instead of hard-coding the Go version extract it from go.mod

@friedrichwilken friedrichwilken requested a review from a team as a code owner December 28, 2023 09:32
@kyma-bot kyma-bot added area/ci Issues or PRs related to CI related topics cla: yes Indicates the PR's author has signed the CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 28, 2023
Change setup-go to use cache (enabled by default). Also, extract the used Go version from the go.mod file instead of hard coding it.
@kyma-bot kyma-bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 28, 2023
@friedrichwilken friedrichwilken deleted the use-cache-for-linting branch February 21, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Issues or PRs related to CI related topics cla: yes Indicates the PR's author has signed the CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants