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 c02072f  Update k8s / minikube versions (#177)
c02072f is described below

commit c02072f83c3d589d3ec64a10e24aaa08208fa364
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jan 7 15:49:06 2024 -0800

    Update k8s / minikube versions (#177)
---
 .github/workflows/build.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2aa3261..e7cd5f6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,16 +28,16 @@ jobs:
           submodules: 'true'
 
       - name: Setup Minikube
-        uses: manusa/[email protected]
+        uses: manusa/[email protected]
         with:
-          minikube version: 'v1.26.1'
-          kubernetes version: 'v1.24.12'
+          minikube version: 'v1.32.0'
+          kubernetes version: 'v1.28.4'
           github token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Set up Python 3.7
         uses: actions/setup-python@v2
         with:
-          python-version: '3.7.16'
+          python-version: '3.7'
 
       - name: Build ATS Alpine
         run: docker build -t ats-ingress .

Reply via email to