Skip to content

build(deps): bump kmodules.xyz/client-go from 0.25.40-0.20231103112714-8b6dd5d8dee5 to 0.30.7 #559

build(deps): bump kmodules.xyz/client-go from 0.25.40-0.20231103112714-8b6dd5d8dee5 to 0.30.7

build(deps): bump kmodules.xyz/client-go from 0.25.40-0.20231103112714-8b6dd5d8dee5 to 0.30.7 #559

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