Browse Source

Update common Prometheus files (#2851)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
pull/2855/head
PrometheusBot 1 year ago committed by GitHub
parent
commit
97029a20a8
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

@ -22,7 +22,7 @@ jobs:
- name: install Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: 1.20.x
go-version: 1.21.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