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 c5361a0 Update build.yml (#184)
c5361a0 is described below
commit c5361a0b0b32f9174ac6af05e08d68ab1cc4e2d8
Author: Kit Chan <[email protected]>
AuthorDate: Tue Jan 23 12:30:07 2024 -0800
Update build.yml (#184)
---
.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 4245072..08ca155 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.28.0'
- kubernetes version: 'v1.25.16'
+ minikube version: 'v1.30.1'
+ kubernetes version: 'v1.27.9'
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python 3.7