Skip to content

Commit fefdff4

Browse files
authored
fix: install goimports in deploy build (#3841)
1 parent e6699d2 commit fefdff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coder.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ jobs:
490490
restore-keys: |
491491
js-${{ runner.os }}-
492492
493+
- name: Install goimports
494+
run: go install golang.org/x/tools/cmd/goimports@latest
493495
- name: Install nfpm
494496
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0
495497

0 commit comments

Comments
 (0)