From 1e61b8ea3c3c73b0fa3dd9478a48ddf2d822e97c Mon Sep 17 00:00:00 2001 From: PrometheusBot Date: Fri, 5 Aug 2022 22:38:30 +0200 Subject: [PATCH] Update common Prometheus files (#1111) Signed-off-by: prombot --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 8f069d3..6034bcb 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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'