Compare commits

..

No commits in common. "7a54da4c57313ec5fc273f75b58299257a0bce3e" and "eeb0d8f5228d1f3b840a6752727890740ae427bc" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ when:
steps: steps:
test: test:
group: test
image: golang:1.22-alpine image: golang:1.22-alpine
commands: commands:
- go test -v ./... - go test -v ./...

View File

@ -108,8 +108,8 @@ appProbe := func() error {
} }
// Create manual probes // Create manual probes
live := kubeprobes.NewManualProbe("liveness") live := kubeprobes.NewManualProbe()
ready := kubeprobes.NewManualProbe("readiness") ready := kubeprobes.NewManualProbe()
// Prepare handler // Prepare handler
kp, err := kubeprobes.New( kp, err := kubeprobes.New(