Skip to content

chore(deps): update github.com/prometheus/common to v0.67.1 #148

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

chore(deps): update github.com/prometheus/common to v0.67.1 #148

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'