Skip to content

Bump sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.3 #775

Bump sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.3

Bump sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.3 #775

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@v6
- 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@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make build
file bin/manager