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 42acae2 Update build.yml (#183)
42acae2 is described below
commit 42acae28370aa9eaac12356b70f90bb391cd2b13
Author: Kit Chan <[email protected]>
AuthorDate: Mon Jan 8 00:33:09 2024 -0800
Update build.yml (#183)
---
.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 6fa4081..4245072 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.32.0'
- kubernetes version: 'v1.24.17'
+ minikube version: 'v1.28.0'
+ kubernetes version: 'v1.25.16'
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python 3.7