Skip to content

🌱 Bump sigs.k8s.io/cluster-api/test from 1.7.2 to 1.7.3 #909

🌱 Bump sigs.k8s.io/cluster-api/test from 1.7.2 to 1.7.3

🌱 Bump sigs.k8s.io/cluster-api/test from 1.7.2 to 1.7.3 #909

Workflow file for this run

---
name: Verify
on:
push:
branches:
- main
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run verifications
run: make verify