Skip to content

Bump k8s.io/client-go from 0.18.2 to 0.18.14 #102

Bump k8s.io/client-go from 0.18.2 to 0.18.14

Bump k8s.io/client-go from 0.18.2 to 0.18.14 #102

Workflow file for this run

name: build
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: go build -v ./...