From 94c259b68594007eefaebde32617ee532230d0a1 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 26 Jun 2026 15:41:26 +0200 Subject: [PATCH] add note about the readthedocs go version requirement The versions should be kept in sync to avoid build errors on readthedocs later, so add a note to remind people to update them. Signed-off-by: Paul Holzinger --- .readthedocs.yaml | 1 + test/tools/go.mod | 1 + 2 files changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 461f710639..b0ce4d1010 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,7 @@ build: os: ubuntu-26.04 tools: python: "3.14" + # Note this must be at least the go version from test/tools/go.mod in order to be able to build swagger. golang: "1.25" jobs: pre_build: diff --git a/test/tools/go.mod b/test/tools/go.mod index b5f5fc9787..18bd11462b 100644 --- a/test/tools/go.mod +++ b/test/tools/go.mod @@ -3,6 +3,7 @@ module go.podman.io/podman/test/tools // Warning: if there is a "toolchain" directive anywhere in this file (and most of the // time there shouldn't be), its version must be an exact match to the "go" directive. +// Important when updating the version here also update it in .readthedocs.yaml go 1.25.0 require (