Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 #72

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

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 #72

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
tags-ignore:
- base/*
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: make test
- uses: codecov/codecov-action@v3
with:
file: coverage.out