This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 7e0ce6c Update build.yml (#219)
7e0ce6c is described below
commit 7e0ce6c553111f1a13455de71313da64aaeecd73
Author: Kit Chan <[email protected]>
AuthorDate: Fri May 10 18:44:05 2024 -0600
Update build.yml (#219)
---
.github/workflows/build.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1156831..f2466f6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,10 +28,10 @@ jobs:
submodules: 'true'
- name: Setup Minikube
- uses: manusa/[email protected]
+ uses: manusa/[email protected]
with:
- minikube version: 'v1.30.1'
- kubernetes version: 'v1.27.11'
+ minikube version: 'v1.33.0'
+ kubernetes version: 'v1.30.0'
driver: 'docker'
container runtime: 'docker'
github token: ${{ secrets.GITHUB_TOKEN }}