From f685217db85c603d5b06ad6329b9985dc2591c84 Mon Sep 17 00:00:00 2001 From: Ashutosh Singh Date: Thu, 11 Jul 2024 09:46:04 +0000 Subject: [PATCH 1/2] updated golang upgrade template --- .github/ISSUE_TEMPLATE/golang_version_upgrade.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/golang_version_upgrade.md b/.github/ISSUE_TEMPLATE/golang_version_upgrade.md index a4e8778496..da1bfe7552 100644 --- a/.github/ISSUE_TEMPLATE/golang_version_upgrade.md +++ b/.github/ISSUE_TEMPLATE/golang_version_upgrade.md @@ -1,3 +1,13 @@ +--- +name: Golang version upgrade +about: Steps to upgrade Golang version +title: '' +labels: kind/enhancement +assignees: '' + +--- + + Steps to upgrade Golang version: - [ ] Update `go.mod` and `go.sum`. At the root of the directory, run: - [ ] `find . -name 'go.mod' -not -path '*/\.*' -execdir go mod edit -go= \;` From d131d16f222eb60f9a235758dcb892fb022a0b8f Mon Sep 17 00:00:00 2001 From: Ashutosh Singh Date: Tue, 23 Jul 2024 06:52:36 +0000 Subject: [PATCH 2/2] changed label --- .github/ISSUE_TEMPLATE/golang_version_upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/golang_version_upgrade.md b/.github/ISSUE_TEMPLATE/golang_version_upgrade.md index da1bfe7552..99036461f2 100644 --- a/.github/ISSUE_TEMPLATE/golang_version_upgrade.md +++ b/.github/ISSUE_TEMPLATE/golang_version_upgrade.md @@ -2,7 +2,7 @@ name: Golang version upgrade about: Steps to upgrade Golang version title: '' -labels: kind/enhancement +labels: kind/cleanup assignees: '' ---