Skip to content

Commit

Permalink
Update k8s / minikube versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shukitchan authored Jan 7, 2024
1 parent 465beaa commit cfb8772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
submodules: 'true'

- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.7.2
uses: manusa/actions-setup-minikube@v2.10.0
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 .
Expand Down

0 comments on commit cfb8772

Please sign in to comment.