Skip to content

Commit 6ecb8ac

Browse files
committed
fix(ci): revert to use latest operator-sdk version
Signed-off-by: Chris Laprun <[email protected]>
1 parent eaee443 commit 6ecb8ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ jobs:
182182
with:
183183
source: "github"
184184
opm: "latest"
185-
# fixme: use known working version until https://github.com/operator-framework/operator-sdk/issues/6689 is fixed
186-
operator-sdk: "v1.33.0"
185+
operator-sdk: "latest"
187186

188187
- name: Install Operator Lifecycle Manager and Operator SDK into Kind
189188
run: operator-sdk olm install --version v0.23.0

0 commit comments

Comments
 (0)