mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 09:34:05 -08:00
Fix OOMing golangci-lint
Upgrade to version I tested locally. The old version blew my memory. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
87c727e957
commit
be2747dc52
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
@ -27,4 +27,4 @@ jobs:
|
|||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v3.3.1
|
||||
with:
|
||||
version: v1.50.1
|
||||
version: v1.52.2
|
||||
|
|
Loading…
Reference in a new issue