Skip to content

Commit

Permalink
[MINOR] chore: fix kubernetes ci pipeline (apache#1368)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Specify the version of `goimports`.

### Why are the changes needed?

fix kubernetes ci pipeline.
https://github.com/apache/incubator-uniffle/actions/runs/7190065186/job/19582604526

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

CI passed.
  • Loading branch information
xianjingfeng authored Dec 13, 2023
1 parent f17e060 commit b2fe152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ envtest: ## Download envtest-setup locally if necessary.
GOIMPORTS = $(LOCAL_DIR)/goimports
.PHONY: goimports
goimports: ## Download goimports locally if necessary.
$(call go-get-tool,$(GOIMPORTS),golang.org/x/tools/cmd/goimports@latest)
$(call go-get-tool,$(GOIMPORTS),golang.org/x/tools/cmd/goimports@v0.15.0)
$(GOIMPORTS) -local github.com/apache/incubator-uniffle/deploy/kubernetes/operator -w .

REVIVE = $(LOCAL_DIR)/revive
Expand Down

0 comments on commit b2fe152

Please sign in to comment.