Skip to content

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

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 #23

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod
id: go
- name: Test
run: make test