Skip to content

chore(deps): update prom/prometheus to v3 #142

chore(deps): update prom/prometheus to v3

chore(deps): update prom/prometheus to v3 #142

Workflow file for this run

name: Workflow - Lint, Test and Build Go project
on:
push:
jobs:
go-lint:
uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.3
with:
go_version: '1.22.x'
go-test:
uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.3
secrets: inherit
with:
go_version: '1.22.x'
go-build:
needs: [ go-lint, go-test ]
uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.6.3
with:
go_version: '1.22.x'