Skip to content

Commit

Permalink
remove gomods (#12525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Mar 21, 2024
1 parent 1b55769 commit e54815d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ gomod: ## Ensure chainlink's go dependencies are installed.

.PHONY: gomodtidy
gomodtidy: gomods ## Run go mod tidy on all modules.
gomods tidy
go mod tidy
cd ./core/scripts && go mod tidy
cd ./integration-tests && go mod tidy
cd ./integration-tests/load && go mod tidy
cd ./dashboard-lib && go mod tidy
cd ./charts/chainlink-cluster && go mod tidy

.PHONY: godoc
godoc: ## Install and run godoc
Expand Down

0 comments on commit e54815d

Please sign in to comment.