Skip to content

Bump k8s.io/kubectl from 0.30.0 to 0.30.1 #634

Bump k8s.io/kubectl from 0.30.0 to 0.30.1

Bump k8s.io/kubectl from 0.30.0 to 0.30.1 #634

Workflow file for this run

name: ci-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make test