Skip to content

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.4 #148

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.4

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.4 #148

Workflow file for this run

---
name: build-and-test
on:
push:
branches:
- main
pull_request:
jobs:
default:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Build
run: go build ./...
- name: Test
run: go test ./...