Skip to content

build(deps): bump k8s.io/client-go from 0.33.0 to 0.33.1 (#687) #46

build(deps): bump k8s.io/client-go from 0.33.0 to 0.33.1 (#687)

build(deps): bump k8s.io/client-go from 0.33.0 to 0.33.1 (#687) #46

Workflow file for this run

name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-latest
env:
SKIP_TESTS: true
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: echo "unit test"