Browse Source

Merge pull request #14572 from prometheus/dependabot/github_actions/scripts/golangci/golangci-lint-action-6.1.0

build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 in /scripts
revert-14513-fix-histogram-overlap-compaction-bug
Julien 4 months ago committed by GitHub
parent
commit
25b4a5b906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/golangci-lint.yml

2
scripts/golangci-lint.yml

@ -33,7 +33,7 @@ jobs:
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
if: github.repository == 'prometheus/snmp_exporter'
- name: Lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
args: --verbose
version: v1.59.1

Loading…
Cancel
Save