Skip to content

fix(deps): update goreleaser pro to v2.12.5 #707

fix(deps): update goreleaser pro to v2.12.5

fix(deps): update goreleaser pro to v2.12.5 #707

Workflow file for this run

name: CI - Builder
on:
merge_group:
push:
branches:
- main
- release/*
paths:
- "distributions/otelcol-contrib/**"
- "cmd/**"
- ".github/**"
- "scripts/**"
- "Makefile"
- "go.mod"
- "go.sum"
pull_request:
branches:
- main
- release/*
paths:
- "distributions/otelcol-contrib/**"
- "cmd/**"
- ".github/**"
- "scripts/**"
- "Makefile"
- "go.mod"
- "go.sum"
permissions:
contents: read
jobs:
ci:
uses: ./.github/workflows/base-ci-binary.yaml
with:
binary: builder
collector-dependency: 'open-telemetry/opentelemetry-collector'
dependency-target-folder: '.core'
secrets: inherit
permissions: write-all