-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add --version checks to fix CI "hopefully"
- Loading branch information
h5law
committed
Jan 16, 2024
1 parent
38e4df2
commit 11c1885
Showing
3 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ POCKET_ADDR_PREFIX = pokt | |
install_ci_deps: ## Installs `mockgen` | ||
go install "github.com/golang/mock/[email protected]" && mockgen --version | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest && golangci-lint --version | ||
go install github.com/daixiang0/gci@latest | ||
go install mvdan.cc/gofumpt@latest | ||
go install github.com/daixiang0/gci@latest && gci --version | ||
go install mvdan.cc/gofumpt@latest && gofumpt --version | ||
|
||
######################## | ||
### Makefile Helpers ### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters