Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

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

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

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

Workflow file for this run

name: PR - Go
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
paths-ignore:
- '**.md'
- 'deploy/**'
pull_request:
branches:
- main
paths-ignore:
- 'deploy/**'
- 'docs/**'
- '**/*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Test
run: make test