Skip to content

Commit 2d4547b

Browse files
committed
ci: fix main builder goimports error
1 parent 3080190 commit 2d4547b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main-builder.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
uses: actions/setup-go@v2
3939
with:
4040
go-version: 1.17
41+
- name: Install goimports
42+
run: go install golang.org/x/tools/cmd/goimports@latest
4143
- name: Cache
4244
uses: actions/cache@v2
4345
with:

0 commit comments

Comments
 (0)