Skip to content

updating k8s to 1.28 and go to 1.20 #51

updating k8s to 1.28 and go to 1.20

updating k8s to 1.28 and go to 1.20 #51

Workflow file for this run

name: Integration Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Gos
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install tox
run: pip install tox
- name: Integrate Test
run: make test-integration