diff --git a/Makefile b/Makefile index 50b9a31ff..ab673c690 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ verify: verify-gofmt verify-bom verify-lint verify-dep verify-shellcheck verify- verify-govet-shadow verify-markdown-marker verify-go-versions .PHONY: fix -fix: fix-bom fix-lint fix-yamllint +fix: fix-bom fix-lint fix-yamllint sync-toolchain-directive ./scripts/fix.sh .PHONY: verify-gofmt diff --git a/scripts/fix.sh b/scripts/fix.sh index 165e201bf..fc4b50fcc 100755 --- a/scripts/fix.sh +++ b/scripts/fix.sh @@ -36,7 +36,4 @@ run_for_modules run ${GO_CMD} fmt || exit 2 run_for_module tests bom_fix || exit 2 bash_ws_fix || exit 2 -log_callout "Syncing go toolchain directives" -run ./scripts/sync_go_toolchain_directive.sh || exit 2 - log_success -e "\\nSUCCESS: etcd code is fixed :)"