Skip to content

Commit

Permalink
bump venom version
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 25, 2024
1 parent 8dbc56f commit 86a7de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: echo $GOBIN >> $GITHUB_PATH
- name: Setup Venom
run: |
curl https://github.com/ovh/venom/releases/download/v1.1.0/venom.linux-amd64 -L -o /usr/local/bin/venom
curl https://github.com/ovh/venom/releases/download/v1.2.0/venom.linux-amd64 -L -o /usr/local/bin/venom
chmod +x /usr/local/bin/venom
venom version
- name: Setup Plural CLI
Expand Down

0 comments on commit 86a7de8

Please sign in to comment.