Skip to content

Bump sigs.k8s.io/controller-runtime from 0.22.3 to 0.22.4 #672

Bump sigs.k8s.io/controller-runtime from 0.22.3 to 0.22.4

Bump sigs.k8s.io/controller-runtime from 0.22.3 to 0.22.4 #672

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
name: Go test
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make test
build:
runs-on: ubuntu-latest
name: Go build
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make build
file bin/manager