We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1835632 commit 73cf747Copy full SHA for 73cf747
Makefile
@@ -823,6 +823,7 @@ deps-tools: ## install tool dependencies
823
$(GO) install $(GOVULNCHECK_PACKAGE) & \
824
$(GO) install $(ACTIONLINT_PACKAGE) & \
825
$(GO) install $(GOPLS_PACKAGE) & \
826
+ $(GO) install $(GOPLS_MODERNIZE_PACKAGE) & \
827
wait
828
829
node_modules: package-lock.json
0 commit comments