1
0
Fork 0
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 ()

* 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:
dongjiang 2024-01-12 22:57:36 +08:00 committed by GitHub
parent 564cadfeaf
commit 0502dfbb77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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