Skip to content

Commit a1a92de

Browse files
committed
feat(ci): use latest OLM version
Signed-off-by: Chris Laprun <[email protected]>
1 parent 4cf08f6 commit a1a92de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
operator-sdk: "latest"
189189

190190
- name: Install Operator Lifecycle Manager and Operator SDK into Kind
191-
run: operator-sdk olm install --version v0.23.0
191+
run: operator-sdk olm install
192192

193193
- name: Run Joke sample using Quarkus DEV mode
194194
run: |

0 commit comments

Comments
 (0)