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 3f72561 Update build.yml (#181)
3f72561 is described below
commit 3f725617358bee538e34f0d753f0bdc9a70799d3
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jan 7 21:06:12 2024 -0800
Update build.yml (#181)
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e38748e..2c1a216 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,13 +31,13 @@ jobs:
uses: manusa/[email protected]
with:
minikube version: 'v1.32.0'
- kubernetes version: 'v1.27.8'
+ kubernetes version: 'v1.26.11'
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 .