Skip to content

chore(deps): update dependency aquaproj/aqua-registry to v4.241.0 (#767) #805

chore(deps): update dependency aquaproj/aqua-registry to v4.241.0 (#767)

chore(deps): update dependency aquaproj/aqua-registry to v4.241.0 (#767) #805

Workflow file for this run

---
name: test-release
on:
push:
branches: [main]
pull_request:
branches: [main]
paths:
- .github/workflows/test-release.yaml
- .goreleaser.yml
jobs:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: '1.23.2'
- name: Run GoReleaser (skip publish)
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
if: "! startsWith(github.ref, 'refs/tags/')"
with:
version: latest
args: release --clean --snapshot