From 66624e34b1884781dca75f2ae6dc9736c0de9f28 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Tue, 14 Apr 2020 21:29:11 +1200 Subject: [PATCH] Fix the release note guide (#1026) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2878be1ad8..bd2247841b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,7 +25,7 @@ fixes # **Release note**: ```release-note diff --git a/Makefile b/Makefile index bdedc0af7a..fe84f67239 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ endif import-boss: ifndef HAS_IMPORT_BOSS echo "installing import-boss" - GO111MODULE=off go get -u k8s.io/code-generator/cmd/import-boss + go get -u k8s.io/code-generator/cmd/import-boss endif hack/verify-import-boss.sh