Skip to content

build(deps): bump github.com/prometheus/common from 0.37.0 to 0.52.2 #295

build(deps): bump github.com/prometheus/common from 0.37.0 to 0.52.2

build(deps): bump github.com/prometheus/common from 0.37.0 to 0.52.2 #295

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:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v5
with:
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'
- name: Lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v1.45.2