Commit e3e3603
docs(time-freezing): correct the Go version claim — works on all supported Go releases (#861)
The two current time-freezing pages (versions 3.0.0 and 4.0.0) both carried
the same incorrect note:
> Note: Time freezing is only supported till go **1.22.x** version.
That hasn't been true for a while. The mechanism is build-time —
`-tags=faketime` is a Go build tag that swaps `runtime.now()` to read
from the freeze-time agent file instead of the OS clock — so it
applies to any Go version that supports the build tag, which is every
currently-supported release.
Caught when an AI agent walking the Keploy MCP onboarding flow read
the existing note, propagated the false "Requires Go 1.22.x" comment
into a user's Dockerfile, and rejected newer Go versions. Updating
the docs so the next agent (or human) reading the page gets accurate
guidance.
Replacement text leans positive: states the build-tag mechanism
explicitly so a reader understands why the Go-version constraint
doesn't apply.
Scope intentionally excludes version-2.0.0 (historical / archived
docs — not surfaced as current to live readers).
Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b5adaf6 commit e3e3603
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- versioned_docs
- version-3.0.0/keploy-cloud
- version-4.0.0/keploy-cloud
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments