Skip to content

Commit

Permalink
makefile:chore - bump gci tool (#970)
Browse files Browse the repository at this point in the history
The latest release of gci formatter come with a bug[1] that generate an
error to format files that use dot imports. This commit fix the previous
version to avoid errors on make format until the bug is fixed.

[1] daixiang0/gci#44

Signed-off-by: Matheus Alcantara <matheus.alcantara@zup.com.br>
  • Loading branch information
matheusalcantarazup authored Feb 2, 2022
1 parent 522076a commit 886da4c
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 @@ -44,7 +44,7 @@ format: install-format-dependencies
install-format-dependencies:
$(GO) install golang.org/x/tools/cmd/goimports@latest
$(GO) install mvdan.cc/gofumpt@latest
$(GO) install github.com/daixiang0/gci@latest
$(GO) install github.com/daixiang0/gci@v0.2.9

license:
$(GO) install github.com/google/addlicense@latest
Expand Down

0 comments on commit 886da4c

Please sign in to comment.