fix: install goimports in deploy build (#3841)

This commit is contained in:
Dean Sheather
2022-09-03 02:38:33 +10:00
committed by GitHub
parent e6699d25ca
commit fefdff4946
+2
View File
@@ -490,6 +490,8 @@ jobs:
restore-keys: |
js-${{ runner.os }}-
- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Install nfpm
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0