Skip to content

Commit

Permalink
Add gci
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Jun 12, 2023
1 parent 79f77ea commit e201b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ steps:
- command: "make test gen-check"
plugins:
- docker#v5.7.0:
image: "gcr.io/howardjohn-istio/go-ci:v0.0.3"
image: "gcr.io/howardjohn-istio/go-ci:v0.0.4"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ format:
@go mod tidy
@gofumpt -w .
@goimports -local $(MODULE) -w .
@gci write --section=standard,default,Prefix\($(MODULE)\) .
@gci write -s standard -s default -s Prefix\($(MODULE)\) .

.PHONY: lint
lint:
Expand Down

0 comments on commit e201b84

Please sign in to comment.