mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
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:
parent
8136cfbe4d
commit
94c259b685
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ build:
|
||||||
os: ubuntu-26.04
|
os: ubuntu-26.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.14"
|
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"
|
golang: "1.25"
|
||||||
jobs:
|
jobs:
|
||||||
pre_build:
|
pre_build:
|
||||||
|
|
|
||||||
|
|
@ -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
|
// 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.
|
// 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
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue