Skip to content

Commit

Permalink
Install goimports with go install (#1099)
Browse files Browse the repository at this point in the history
* Install goimports with go install

* Install gox using go install
  • Loading branch information
yorinasub17 committed Apr 12, 2022
1 parent 09cb6ef commit 199203b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -119,7 +119,7 @@ jobs:
- run:
name: run precommit
command: |
go get golang.org/x/tools/cmd/goimports
go install golang.org/x/tools/cmd/goimports@latest
# Install the latest minor version for v2
pip install pre-commit~=2.9
pre-commit install
Expand All @@ -136,6 +136,8 @@ jobs:
# environment so it pulls in what it needs.
go mod tidy
go install github.com/mitchellh/gox@latest
GO_ENABLED=0 build-go-binaries \
--parallel "$BIN_BUILD_PARALLELISM" \
--app-name terratest_log_parser \
Expand Down

0 comments on commit 199203b

Please sign in to comment.