Skip to content

chore(deps): update github.com/prometheus/common to v0.67.2 #164

chore(deps): update github.com/prometheus/common to v0.67.2

chore(deps): update github.com/prometheus/common to v0.67.2 #164

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.4
with:
go_version: '1.22.x'
go-test:
uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.4
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.4
with:
go_version: '1.22.x'