Skip to content

chore(deps): bump k8s.io/apimachinery from 0.28.10 to 0.28.11 (#55) #166

chore(deps): bump k8s.io/apimachinery from 0.28.10 to 0.28.11 (#55)

chore(deps): bump k8s.io/apimachinery from 0.28.10 to 0.28.11 (#55) #166

Workflow file for this run

# SPDX-License-Identifier: MIT
name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.22.4'
- name: make build
run: make build
- name: make verify-license
run: make verify-license
- name: make test
run: make test