Skip to content

Update module github.com/prometheus/client_golang to v1.20.5 #293

Update module github.com/prometheus/client_golang to v1.20.5

Update module github.com/prometheus/client_golang to v1.20.5 #293

Workflow file for this run

# This file is managed by greposync.
# Do not modify manually.
# Adjust variables in `.sync.yml`.
name: Lint
on:
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Run linters
run: make lint