From 79e17c6fd488993b6d423fff1330b254eb1e673d Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Wed, 14 Dec 2022 18:08:48 +0900 Subject: [PATCH] Update required go version Today we have k8s upstream training in Japan, and we found this table is not updated at this time. This does it. --- contributors/devel/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 6729fa1e5..7ab3cf31e 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -285,7 +285,8 @@ different versions of Kubernetes. | 1.19 - 1.20 | 1.15.5 | | 1.21 - 1.22 | 1.16.7 | | 1.23 | 1.17 | -| 1.24+ | 1.18 | +| 1.24 | 1.18 | +| 1.25+ | 1.19 | ##### A Note on Changing Go Versions