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.
2 parents 7b9013d + b915323 commit 22c40e1Copy full SHA for 22c40e1
Makefile
@@ -58,7 +58,7 @@ verify: verify-gofmt verify-bom verify-lint verify-dep verify-shellcheck verify-
58
verify-govet-shadow verify-markdown-marker verify-go-versions
59
60
.PHONY: fix
61
-fix: fix-bom fix-lint fix-yamllint
+fix: fix-bom fix-lint fix-yamllint sync-toolchain-directive
62
./scripts/fix.sh
63
64
.PHONY: verify-gofmt
scripts/fix.sh
@@ -36,7 +36,4 @@ run_for_modules run ${GO_CMD} fmt || exit 2
36
run_for_module tests bom_fix || exit 2
37
bash_ws_fix || exit 2
38
39
-log_callout "Syncing go toolchain directives"
40
-run ./scripts/sync_go_toolchain_directive.sh || exit 2
41
-
42
log_success -e "\\nSUCCESS: etcd code is fixed :)"
0 commit comments