build(deps): bump kmodules.xyz/client-go from 0.25.40-0.20231103112714-8b6dd5d8dee5 to 0.30.28 #593
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.23.1' | |
- name: Test | |
run: make test | |
- name: Build docker images | |
run: make build |