diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f70d475209..e86adce80c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -280,7 +280,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0 with: - version: v2.15.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.15.4 # renovate: datasource=github-tags depName=goreleaser/goreleaser # On PRs: build only amd64 for speed (tests run on amd64 runners) # On main/release: build both amd64 and arm64 args: ${{ (inputs.is_production_release && (inputs.dry_run == false || inputs.dry_run == null)) && 'release' || (github.event_name == 'pull_request' && 'build --single-target --snapshot' || 'build --snapshot') }} --clean diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 21f795f879..7f955c0130 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -97,7 +97,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0 with: - version: v2.15.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.15.4 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: build --single-target --snapshot --clean env: TELEMETRY_ENDPOINT: "" # disables sending telemetry diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 6538fcbab8..9b2e2a587d 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -77,7 +77,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0 with: - version: v2.15.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.15.4 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: build --single-target --snapshot --clean env: TELEMETRY_ENDPOINT: otel-collector-opentelemetry-collector.collector.svc.cluster.local:4317