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 (