Skip to content

Update module github.com/prometheus/client_golang to v1.23.2 - autoclosed #1550

Update module github.com/prometheus/client_golang to v1.23.2 - autoclosed

Update module github.com/prometheus/client_golang to v1.23.2 - autoclosed #1550

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: make integration-test