Skip to content

[WIP] Initial PR for consuming gvproxy/macadam/cloud-init for crc-ng #4979

[WIP] Initial PR for consuming gvproxy/macadam/cloud-init for crc-ng

[WIP] Initial PR for consuming gvproxy/macadam/cloud-init for crc-ng #4979

Workflow file for this run

name: Run 'make check'
on:
push:
branches:
- "main"
pull_request: {}
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macOS-15
- macOS-26
- ubuntu-latest
- ubuntu-22.04
go:
- '1.25'
steps:
- name: Check out repository code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
- name: Build
run: make check
- if: runner.os == 'Linux'
name: Go version check
run: make goversioncheck