Skip to content

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.1 #2105

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.1

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.1 #2105

Workflow file for this run

name: docs
on:
push:
branches:
- main
tags:
- '*'
pull_request:
jobs:
check:
runs-on: ubuntu-latest
name: Documentation check
env:
GOBIN: /tmp/.bin
steps:
- name: Checkout code into the Go module directory.
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: go.mod
- name: Check docs
run: make check-docs