Skip to content

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 #151

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

Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 #151

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.6"
- name: Build
run: go build -v ./...