Update dependencies to Kubernetes 1.30

Signed-off-by: Aurel Canciu <aurel.canciu@nexhealth.com>
This commit is contained in:
Aurel Canciu
2024-05-02 12:52:01 +02:00
parent 9a0c6e7e54
commit 66d69f3d22
6 changed files with 68 additions and 118 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
go mod download
go install golang.org/x/tools/cmd/goimports
- name: Run linters
run: make test-fmt test-codegen
run: make fmt test-codegen
- name: Verify CRDs
run: make verify-crd
- name: Run tests