Skip to content

build(deps): bump golang.org/x/net from 0.43.0 to 0.44.0 #943

build(deps): bump golang.org/x/net from 0.43.0 to 0.44.0

build(deps): bump golang.org/x/net from 0.43.0 to 0.44.0 #943

name: Verify make cross in devcontainer
on:
push:
branches:
- "main"
pull_request: {}
jobs:
verify-devcontainer:
runs-on: ubuntu-24.04
container:
image: registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20
options: --cpus 4
steps:
- name: Run `git clone`
run: git clone https://github.com/crc-org/crc --depth 1
- name: Run `make cross`
run: |
cd crc
make cross