Skip to content

Bump k8s.io/api from 0.29.2 to 0.29.3 #191

Bump k8s.io/api from 0.29.2 to 0.29.3

Bump k8s.io/api from 0.29.2 to 0.29.3 #191

Workflow file for this run

name: CD
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.19.1
- name: Build
run: |
go get -d -v
go build -v .
- name: Run tests
run: go test -v ./...