Skip to content

chore(deps): update module github.com/prometheus/client_golang to v1.… #396

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

chore(deps): update module github.com/prometheus/client_golang to v1.… #396

Workflow file for this run

name: prebuild
on:
push:
branches:
- main
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
-
name: Generate goreleaser config
run: make generate-goreleaser-config
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release -f .goreleaser.yml --clean --snapshot --skip=publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}