Skip to content

Bump sigs.k8s.io/controller-tools from 0.16.4 to 0.16.5 in the kubernetes group #353

Bump sigs.k8s.io/controller-tools from 0.16.4 to 0.16.5 in the kubernetes group

Bump sigs.k8s.io/controller-tools from 0.16.4 to 0.16.5 in the kubernetes group #353

Workflow file for this run

name: "Unit tests"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.21
- uses: actions/checkout@v2.4.0
- name: "Run unit tests"
run: make test