Skip to content

Bump github.com/prometheus/client_golang from 1.19.0 to 1.20.5 #104

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

Bump github.com/prometheus/client_golang from 1.19.0 to 1.20.5 #104

Workflow file for this run

---
# This file is a workflow configuration file for an integration workflow using
# GitHub Actions.
name: Integration
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
uses: ./.github/workflows/test.yml
coverage:
if: contains(github.ref, 'main')
needs: test
uses: ./.github/workflows/coverage.yml
permissions:
contents: write