From 9fe536b14c6fa4a646502b7b63957b2278b8cc99 Mon Sep 17 00:00:00 2001 From: Rafaela Soares Date: Fri, 14 Mar 2025 07:34:09 +0000 Subject: [PATCH] update operator-sdk --- prepare-tools-action/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prepare-tools-action/action.yml b/prepare-tools-action/action.yml index 285cf91..0ff2c29 100644 --- a/prepare-tools-action/action.yml +++ b/prepare-tools-action/action.yml @@ -4,12 +4,12 @@ inputs: operator-sdk-version: description: Version of operator-sdk binary required: false - default: v1.36.0 + default: v1.38.0 operator-registry: description: Version of operator registry required: false - # see https://github.com/operator-framework/operator-sdk/blob/v1.36.0/go.mod#L22 - default: v1.39.0 + # see https://github.com/operator-framework/operator-sdk/blob/v1.38.0/go.mod#L20 + default: v1.42.0 runs: using: "composite" steps: