Skip to content

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 #80

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 #80

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-cache: true