Skip to content

feat: Bump k8s.io/api from 0.30.3 to 0.31.3 #198

feat: Bump k8s.io/api from 0.30.3 to 0.31.3

feat: Bump k8s.io/api from 0.30.3 to 0.31.3 #198

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Go tests
run: make test
- name: Setup Ko
uses: imjasonh/[email protected]
- name: Build Container
run: make build