Skip to content

Commit

Permalink
Bump GCI version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fra98 authored and adamjensenbot committed Sep 15, 2023
1 parent 6f02ee5 commit 42a2194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42a2194

Please sign in to comment.