Skip to content

Commit

Permalink
samples, use goimport 0.24 (#9020)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Sep 21, 2024
1 parent b1a2bc3 commit 5dceca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def vet(self) -> GoVetResult:

logging.info("Run goimports")
# goimports
cmd = ["go", "install", "golang.org/x/tools/cmd/goimports@latest"]
cmd = ["go", "install", "golang.org/x/tools/cmd/goimports@v0.24.0"]
check_call(cmd, tmp_dir_name)

cmd = ["goimports", "-w", "."]
Expand Down

0 comments on commit 5dceca7

Please sign in to comment.