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 3a65544 Update build.yml (#179)
3a65544 is described below
commit 3a6554459ee35b0e4349198567eedc2bbaf14e9f
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jan 7 19:07:36 2024 -0800
Update build.yml (#179)
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5f544a3..8bfb176 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
uses: manusa/[email protected]
with:
minikube version: 'v1.32.0'
- kubernetes version: 'v1.28.3'
+ kubernetes version: 'v1.27.8'
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python 3.7