Skip to content

Commit

Permalink
Install go get outside cli directory (opendistro-for-elasticsearch#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayanB authored and yizheliu-amazon committed Aug 28, 2020
1 parent 942a10a commit 087e910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/esad-cli-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:

- name: Format
run: |
cd ..
go get golang.org/x/tools/cmd/goimports
cd cli
goimports -w .
- name: Check for modified files
id: git-check
Expand Down

0 comments on commit 087e910

Please sign in to comment.