Skip to content

chore(deps): bump github.com/prometheus/client_golang #574

chore(deps): bump github.com/prometheus/client_golang

chore(deps): bump github.com/prometheus/client_golang #574

Workflow file for this run

name: unit-tests
on:
pull_request: ~
push: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v7
with:
go-version: ">=1.26"
- name: cache go modules
uses: actions/cache@v6
with:
path: ~/go/pkg/mod
key: "${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}"
restore-keys: |
${{ runner.os }}-go-
- name: tests
run: |
go test -v ./...