Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Bump github.com/prometheus/exporter-toolkit from 0.6.1 to 0.7.2 #2

Bump github.com/prometheus/exporter-toolkit from 0.6.1 to 0.7.2

Bump github.com/prometheus/exporter-toolkit from 0.6.1 to 0.7.2 #2

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- "scripts/errcheck_excludes.txt"
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
pull_request:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- "scripts/errcheck_excludes.txt"
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.0