Skip to content

Bump the gomod group with 2 updates #5113

Bump the gomod group with 2 updates

Bump the gomod group with 2 updates #5113

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Build all supported binaries
run: make build-cross