Update common Prometheus files (#1111)

Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
PrometheusBot 2022-08-05 22:38:30 +02:00 committed by GitHub
parent 5b7e8b2e67
commit 1e61b8ea3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version-file: .go-version
go-version: 1.18.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'