Skip to content

build(deps): Bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 in the github-actions group #45

build(deps): Bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 in the github-actions group

build(deps): Bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 in the github-actions group #45

Workflow file for this run

# Continuous integration handling for GoReleaser
name: ci-goreleaser
on:
pull_request:
paths:
- .github/workflows/ci-goreleaser.yml
- .goreleaser.yml
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: 'go.mod'
- uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
with:
args: check