From 4570f832da50f4e6e9ec71593151ea3c45af4fe7 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Tue, 30 Jan 2024 16:16:29 -0500 Subject: [PATCH] doc: readthedocs now supports Go 1.21 Signed-off-by: Simon Deziel --- doc/.readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/.readthedocs.yaml b/doc/.readthedocs.yaml index b6e75e50c908..ddd2b6635199 100644 --- a/doc/.readthedocs.yaml +++ b/doc/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - golang: "1.20" + golang: "1.21" python: "3.11" jobs: pre_build: