diff --git a/.github/ISSUE_TEMPLATE/golang_version_upgrade.md b/.github/ISSUE_TEMPLATE/golang_version_upgrade.md index a4e8778496..99036461f2 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/cleanup +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= \;`