Skip to content

Build(deps): Bump github.com/prometheus/common from 0.44.0 to 0.52.3 #292

Build(deps): Bump github.com/prometheus/common from 0.44.0 to 0.52.3

Build(deps): Bump github.com/prometheus/common from 0.44.0 to 0.52.3 #292

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest