Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.21… #111

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

fix(deps): update module github.com/prometheus/client_golang to v1.21… #111

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- "master"
tags-ignore:
- "*"
jobs:
ci:
name: ci
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: true
cache-dependency-path: ./go.sum
- uses: dominikh/[email protected]
with:
version: "2024.1.1"
install-go: false
- run: go version
- run: go fmt .
- run: go build -v .