From 42a21943d4d4889c79798329263b58c27d5331ab Mon Sep 17 00:00:00 2001 From: Francesco Torta <62566275+fra98@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:43:55 +0200 Subject: [PATCH] Bump GCI version to v0.11.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be42dc8955..8f94b5bb6f 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ rbacs: controller-gen # Install gci if not available gci: ifeq (, $(shell which gci)) - @go install github.com/daixiang0/gci@v0.7.0 + @go install github.com/daixiang0/gci@v0.11.0 GCI=$(GOBIN)/gci else GCI=$(shell which gci)