Skip to content

Commit 4c2adc8

Browse files
🌱 (ci): Fix testdata generation (#5185)
(ci): Fix testdata generation
1 parent 2909f21 commit 4c2adc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdata/project-v4/internal/controller/sailor_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type SailorReconciler struct {
4545
// the user.
4646
//
4747
// For more details, check Reconcile and its Result here:
48-
// - https://pkg.go.dev/sigs.k8s.io/[email protected].3/pkg/reconcile
48+
// - https://pkg.go.dev/sigs.k8s.io/[email protected].4/pkg/reconcile
4949
func (r *SailorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
5050
_ = logf.FromContext(ctx)
5151

0 commit comments

Comments
 (0)