diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5cba8d4..7a113834f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: - version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.4.3 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 581804715..5f4982edf 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -82,7 +82,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: - version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.4.3 # 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 7cc967af0..c9a3cef3f 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -69,7 +69,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: - version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.4.3 # 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