Skip to content

Bump goreleaser/goreleaser-action from 5.1.0 to 6.1.0 #378

Bump goreleaser/goreleaser-action from 5.1.0 to 6.1.0

Bump goreleaser/goreleaser-action from 5.1.0 to 6.1.0 #378

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: .go-version
- name: Run tests
run: go test ./cloudamqp/ -v
env:
TF_ACC: 1
- name: Build for single target with GoReleaser
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
args: build --clean --snapshot --single-target