Bump Go version to 1.22.1 (#3290)

This commit is contained in:
Nikola Jokic
2024-03-18 12:46:30 +01:00
committed by GitHub
parent 814947c60e
commit f225fef921
22 changed files with 61266 additions and 12476 deletions

View File

@@ -320,7 +320,7 @@ ifeq (, $(wildcard $(GOBIN)/controller-gen))
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
cd $$CONTROLLER_GEN_TMP_DIR ;\
go mod init tmp ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0 ;\
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 ;\
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
}
endif