Browse Source

Update common Prometheus files (#2897)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
pull/2898/head
PrometheusBot 11 months ago committed by GitHub
parent
commit
f18cd07fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/golangci-lint.yml

2
.github/workflows/golangci-lint.yml

@ -26,7 +26,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: install Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.21.x
- name: Install snmp_exporter/generator dependencies

Loading…
Cancel
Save