diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4e5503286..b6c6b21356 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: - version: v2.3.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.3.1 # 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 ed6d6abde5..a0cf3be234 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.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.3.1 # 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 25b137a686..5456bba3ab 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.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.3.1 # 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