Skip to content

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 #66

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 #66

Workflow file for this run

name: goreleaser-test
on:
push:
branches:
- main
paths:
- ci/.goreleaser.yml
- .github/workflows/goreleaser-test.yml
pull_request:
paths:
- ci/.goreleaser.yml
- .github/workflows/goreleaser-test.yml
jobs:
test-goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v5.0.0
with:
go-version: "1.21"
- uses: goreleaser/goreleaser-action@v5.0.0
with:
distribution: goreleaser
version: latest
args: release --snapshot -f ci/.goreleaser.yml