Skip to content

Commit 6cd8e5c

Browse files
committed
/check_repo.sh: fix goimports download in check script
1 parent 7c1f24a commit 6cd8e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_repo.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set -eo pipefail
44

5+
go mod download golang.org/x/tools
56
go install golang.org/x/tools/cmd/goimports
67

78
paths=`find . -maxdepth 1 -mindepth 1 \( -name gen -prune -o -type d -print -o -type f -name '*.go' -print \)`

0 commit comments

Comments
 (0)