Skip to content

build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.20.1 #1897

build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.20.1

build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.20.1 #1897

Workflow file for this run

on:
push:
pull_request:
schedule:
- cron: "0 7 * * *"
name: Linter
jobs:
Golint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"