Skip to content

Revert "Bump to go 1.22, k8s 1.30 & kubebuilder 4.0 (#151)" #191

Revert "Bump to go 1.22, k8s 1.30 & kubebuilder 4.0 (#151)"

Revert "Bump to go 1.22, k8s 1.30 & kubebuilder 4.0 (#151)" #191

Workflow file for this run

name: test-unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out