Skip to content

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

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

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

Workflow file for this run

name: Release (Dev)
on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- cmd/**
- internal/**
- pkg/**
- go.mod
- go.sum
- main.go
jobs:
Test:
uses: ./.github/workflows/test.yaml
permissions:
contents: read
Build:
uses: ./.github/workflows/build.yaml
permissions:
contents: write
packages: write
attestations: write
id-token: write
secrets: inherit
needs:
- Test
with:
snapshot: true