1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Update dependencies to Go 1.22 and Kubernetes 1.29.3

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-04-02 19:15:44 +03:00
parent c7db0c6b9f
commit 0dda09408c
13 changed files with 481 additions and 493 deletions

View File

@@ -17,8 +17,8 @@ rwildcard=$(foreach d,$(wildcard $(addsuffix *,$(1))),$(call rwildcard,$(d)/,$(2
all: test build
tidy:
go mod tidy -compat=1.20
cd tests/integration && go mod tidy -compat=1.20
go mod tidy -compat=1.22
cd tests/integration && go mod tidy -compat=1.22
fmt:
go fmt ./...