Skip to content

build(deps): bump k8s.io/apiextensions-apiserver from 0.27.4 to 0.29.1 #622

build(deps): bump k8s.io/apiextensions-apiserver from 0.27.4 to 0.29.1

build(deps): bump k8s.io/apiextensions-apiserver from 0.27.4 to 0.29.1 #622

Workflow file for this run

name: license-check
on:
push:
branches:
- main
pull_request:
jobs:
addlicense-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run license check
run: |
go install github.com/google/addlicense@latest
export PATH=$PATH:$(go env GOPATH)/bin
addlicense -f hack/LICENSE.go.txt -check $(find $PWD -type f -name '*.go')