Skip to content

Commit

Permalink
Bump operator-sdk to v1.34.1 at e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
helderjs committed Mar 27, 2024
1 parent 4a62376 commit 98782b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ jobs:
with:
go-version-file: "${{ github.workspace }}/go.mod"
cache: false
- name: Install operator-sdk-v1.22.0
- name: Install operator-sdk
run: |
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.22.0/operator-sdk_linux_amd64 -q
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.34.1/operator-sdk_linux_amd64 -q
chmod +x operator-sdk_linux_amd64 && sudo mv operator-sdk_linux_amd64 /usr/local/bin/operator-sdk
operator-sdk version
- name: Print kubectl version
Expand Down

0 comments on commit 98782b9

Please sign in to comment.