Skip to content

build(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 #24

build(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3

build(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 #24

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: setup
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: checkout
uses: actions/checkout@v4
- name: dep
run: go get
- name: make
run: make
shell: bash