Skip to content

Refactor to phase and health controllers #1882

Refactor to phase and health controllers

Refactor to phase and health controllers #1882

Workflow file for this run

name: go
on:
pull_request:
paths:
- .github/workflows/go.yaml
- go.*
- '**/*.go'
- Makefile
push:
branches:
- main
paths:
- .github/workflows/go.yaml
- go.*
- '**/*.go'
- Makefile
jobs:
go:
uses: int128/kubebuilder-workflows/.github/workflows/go.yaml@v1
with:
go-version-file: go.mod
golangci-lint-version: v1.55.2