Skip to content

Commit 22c40e1

Browse files
authored
Merge pull request #18007 from MadhavJivrajani/refactor-fix
split out subroutine from fix.sh to makefile target
2 parents 7b9013d + b915323 commit 22c40e1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ verify: verify-gofmt verify-bom verify-lint verify-dep verify-shellcheck verify-
5858
verify-govet-shadow verify-markdown-marker verify-go-versions
5959

6060
.PHONY: fix
61-
fix: fix-bom fix-lint fix-yamllint
61+
fix: fix-bom fix-lint fix-yamllint sync-toolchain-directive
6262
./scripts/fix.sh
6363

6464
.PHONY: verify-gofmt

scripts/fix.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,4 @@ run_for_modules run ${GO_CMD} fmt || exit 2
3636
run_for_module tests bom_fix || exit 2
3737
bash_ws_fix || exit 2
3838

39-
log_callout "Syncing go toolchain directives"
40-
run ./scripts/sync_go_toolchain_directive.sh || exit 2
41-
4239
log_success -e "\\nSUCCESS: etcd code is fixed :)"

0 commit comments

Comments
 (0)