Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 #161

chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0

chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 #161

Workflow file for this run

name: GolangCI-Lint
on:
pull_request:
push:
branches:
- 'main'
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest