Skip to content

chore(deps): Bump github.com/prometheus/common from 0.52.3 to 0.53.0 #252

chore(deps): Bump github.com/prometheus/common from 0.52.3 to 0.53.0

chore(deps): Bump github.com/prometheus/common from 0.52.3 to 0.53.0 #252

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- ".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.22.x
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2
args: --timeout=5m