From d374c682953b790c636f167a054f84f3609c13a5 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 15 Oct 2024 15:08:45 +0300 Subject: [PATCH] Update Go versions in GitHub PR template --- .github/PULL_REQUEST_TEMPLATE.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 12dd6c4b8..b40067343 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,16 +15,8 @@ Please include a summary of the changes and the related issue. Please also inclu Version of Go used when building/testing: --------------------------------------------- -- [ ] 1.11 -- [ ] 1.12 -- [ ] 1.13 -- [ ] 1.14 -- [ ] 1.15 -- [ ] 1.16 -- [ ] 1.17 -- [ ] 1.18 -- [ ] 1.19 -- [ ] 1.20 +- [ ] 1.22 +- [ ] 1.23 How Has This Been Tested? --------------------------- @@ -41,4 +33,3 @@ Checklist - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes -