Browse Source

Update common Prometheus files (#2939)

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

2
.github/workflows/golangci-lint.yml

@ -28,7 +28,7 @@ jobs:
- name: install Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Install snmp_exporter/generator dependencies
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
if: github.repository == 'prometheus/snmp_exporter'

Loading…
Cancel
Save