Skip to content

Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 #611

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

Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 #611

Workflow file for this run

name: test-coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Update coverage badge
uses: ./.github/actions/test-coverage
with:
chart: true
amend: true