From f143ff89b7ed7fbd864aceefa93d16738303ae7c Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Tue, 15 Mar 2022 15:59:30 -0700 Subject: [PATCH] README.md: update current Go release Signed-off-by: Josh Bleecher Snyder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a9d8033..6e02e982f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If your distro has conventions that preclude the use of distro's way, so that bug reports contain useful version information. We only guarantee to support the latest Go release and any Go beta or -release candidate builds (currently Go 1.17) in module mode. It might +release candidate builds (currently Go 1.18) in module mode. It might work in earlier Go versions or in GOPATH mode, but we're making no effort to keep those working.