Skip to content

🤖 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 #62

🤖 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3

🤖 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 #62

Workflow file for this run

name: "GoLangCI Lint"
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: v1.58.2