Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: install goimports in deploy build
  • Loading branch information
deansheather committed Sep 2, 2022
commit dd3165a2c9e018d4b4a87fe7e8aed3d972ebfc4d
2 changes: 2 additions & 0 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down