Skip to content

Commit

Permalink
Update kubectl for system test (#6210)
Browse files Browse the repository at this point in the history
## Motivation

This updates the version of kubectl used for deploying and executing our system tests.
  • Loading branch information
fasmat committed Aug 5, 2024
1 parent e9450bc commit 6677345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: install
uses: azure/setup-kubectl@v4
with:
version: "v1.23.15"
version: "v1.27.16"

- name: Setup gcloud authentication
uses: google-github-actions/auth@v2
Expand Down

0 comments on commit 6677345

Please sign in to comment.