Skip to content

Bump k8s.io/api from 0.24.6 to 0.27.3 #333

Bump k8s.io/api from 0.24.6 to 0.27.3

Bump k8s.io/api from 0.24.6 to 0.27.3 #333

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: '1.19.1'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: make test