Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #4126

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #4126

Workflow file for this run

---
name: Cross-Build Checks
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled]
permissions: {}
jobs:
cross:
name: Cross-Build
if: |
(github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft'))
&& github.event.pull_request.state == 'open'
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Build all supported binaries
run: make build-cross