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 <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger 2026-06-26 15:41:26 +02:00
parent 8136cfbe4d
commit 94c259b685
No known key found for this signature in database
GPG key ID: EB145DD938A3CAF2
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -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 (