Commit 875bd95
fix(artifacts): Change invalid Go duration format from days to hours in the docs (#87)
Replace invalid "7d" and "30d" duration formats with valid Go time.Duration
format "168h" (7 days) and "720h" (30 days) respectively. Go's time.Duration
parser does not recognize "d" as a valid unit - only ns, us/µs, ms, s, m, h.
- Fix ARTIFACTS_RETENTION_MAX_AGE default in README template
- Fix retention config in go-agent example
Fixes #86
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Eden Reich <[email protected]>1 parent 24b9a9f commit 875bd95
File tree
2 files changed
+2
-2
lines changed- examples
- internal/templates/common/docs
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments