···2222steps:
2323 - name: Install tools
2424 command: |
2525+ set -e
2526 go install github.com/bluesky-social/goat@latest
2626- go install github.com/goreleaser/goreleaser/v2@latest
2727- apt-get update && apt-get install -y jq xxd
2727+ # goreleaser v2.14+ requires Go 1.26.1; pin to a version compatible with the image's Go 1.25.
2828+ go install github.com/goreleaser/goreleaser/v2@v2.13.3
28292930 - name: Build and publish release
3031 command: |
3232+ set -e
3333+ export PATH="$(go env GOPATH)/bin:$PATH"
3134 git fetch --tags
32353336 # REPO_URL is built from Tangled-provided env vars