mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
chore: fix golangci-lint Files Exists
errors (#6221)
* fix golangci-lint files exists errors --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
564cadfeaf
commit
0502dfbb77
1 changed files with 3 additions and 0 deletions
3
.github/workflows/checks.yaml
vendored
3
.github/workflows/checks.yaml
vendored
|
@ -58,6 +58,9 @@ jobs:
|
|||
with:
|
||||
version: v1.55.2
|
||||
args: --timeout 10m0s
|
||||
# Disable caching as a workaround for https://github.com/golangci/golangci-lint-action/issues/135.
|
||||
# The line can be removed once the golangci-lint issue is resolved.
|
||||
skip-pkg-cache: true
|
||||
|
||||
check-metrics:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue