Skip to content

Commit 5071d8a

Browse files
committed
fix(ci): use operator-sdk 1.33 until 1.34 is properly released
Signed-off-by: Chris Laprun <[email protected]>
1 parent 4cf08f6 commit 5071d8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ jobs:
185185
with:
186186
source: "github"
187187
opm: "latest"
188-
operator-sdk: "latest"
188+
# fixme: use known working version until https://github.com/operator-framework/operator-sdk/issues/6689 is fixed
189+
operator-sdk: "v1.33.0"
189190

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

0 commit comments

Comments
 (0)