Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 #9451

Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1

Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 #9451

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
- develop
- update-external-dependencies
- 'release/**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: |
make install-linter
make lint