Skip to content

Commit

Permalink
chore(tests): update minikube version
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Jun 23, 2023
1 parent c5a5a26 commit bf93ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- name: Setup Minikube
uses: manusa/[email protected]
with:
minikube version: v1.15.1
kubernetes version: v1.19.4
kubernetes version: v1.30.1
github token: ${{ secrets.GITHUB_TOKEN }}

- name: Run load tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: manusa/[email protected]
if: steps.list-changed.outputs.changed == 'true'
with:
minikube version: v1.29.0
minikube version: v1.30.1
kubernetes version: ${{ matrix.kubernetes-version }}
github token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v4
Expand Down

0 comments on commit bf93ddb

Please sign in to comment.