From: PrometheusBot Date: Mon, 6 Jun 2022 10:02:50 +0000 (+0200) Subject: Synchronize common files from prometheus/prometheus (#921) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2026996299cf868031c1ab013e77b0ebde14f81b;p=blackbox_exporter.git Synchronize common files from prometheus/prometheus (#921) --- diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 136d7d4..6034bcb 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -25,6 +25,6 @@ jobs: run: sudo apt-get update && sudo apt-get -y install libsnmp-dev if: github.repository == 'prometheus/snmp_exporter' - name: Lint - uses: golangci/golangci-lint-action@v3.1.0 + uses: golangci/golangci-lint-action@v3.2.0 with: version: v1.45.2