Skip to content

build(deps): bump k8s.io/client-go from 0.28.3 to 0.30.1 #540

build(deps): bump k8s.io/client-go from 0.28.3 to 0.30.1

build(deps): bump k8s.io/client-go from 0.28.3 to 0.30.1 #540

Workflow file for this run

name: pull request
on:
pull_request:
paths:
- '.github/workflows/**'
- 'Makefile'
- 'go.mod'
- 'go.sum'
- 'cmd/**'
- 'pkg/**'
- '!docs/**'
- '!crds/**'
jobs:
build-deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: '1.21.3'
- name: Test
run: make test
- name: Build docker images
run: make build