Feature/upgrade geth and go #161

Merged
abdulrabbani00 merged 12 commits from feature/upgrade-geth-and-go into master 2022-06-01 18:00:08 +00:00
Showing only changes of commit 89b9a05234 - Show all commits

View File

@ -28,6 +28,7 @@ $(BIN)/gometalinter.v2:
.PHONY: installtools
installtools: | $(LINT) $(GOOSE) $(GINKGO)
echo "Installing tools"
go mod download
.PHONY: metalint
metalint: | $(METALINT)