Update to Kubernetes 1.33.0 and Go 1.24.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -17,8 +17,8 @@ rwildcard=$(foreach d,$(wildcard $(addsuffix *,$(1))),$(call rwildcard,$(d)/,$(2
|
||||
all: test build
|
||||
|
||||
tidy:
|
||||
go mod tidy -compat=1.23
|
||||
cd tests/integration && go mod tidy -compat=1.23
|
||||
go mod tidy -compat=1.24
|
||||
cd tests/integration && go mod tidy -compat=1.24
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
||||
|
||||
Reference in New Issue
Block a user