Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.21.1 #106

fix(deps): update module github.com/prometheus/client_golang to v1.21.1

fix(deps): update module github.com/prometheus/client_golang to v1.21.1 #106

Workflow file for this run

name: "Unit tests"
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
token: ${{ secrets.GITHUB_TOKEN }}
- name: lint & test
run: make test
- name: build
run: make build