Skip to content

build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0 #191

build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0

build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0 #191

Workflow file for this run

name: Go Lint
on: [push]
jobs:
test:
name: Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3