Skip to content

chore(deps): bump k8s.io/client-go from 0.28.4 to 0.30.1 #662

chore(deps): bump k8s.io/client-go from 0.28.4 to 0.30.1

chore(deps): bump k8s.io/client-go from 0.28.4 to 0.30.1 #662

Workflow file for this run

name: Build and test Go
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Build
run: make build
- name: Test
run: make test