Skip to content

bump kubernetes version and other dependencies #607

bump kubernetes version and other dependencies

bump kubernetes version and other dependencies #607

Workflow file for this run

---
name: Unit Tests
on:
push:
tags-ignore:
- "**"
branches:
- main
pull_request:
branches:
- main
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
cache: true
check-latest: true
- name: Run Unit Tests
run: make test-unit