Skip to content

Commit fbe3551

Browse files
committed
Updates to extension registry requirements
Include link for latest release of k6 and make note of matching version of Go required by k6. Signed-off-by: Paul Balogh <[email protected]>
1 parent 3be0551 commit fbe3551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data/markdown/docs/07 extensions/02 Explanations/010-extensions-registry.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ At minimum, each source code repository must have the following:
4747

4848
- **builds with a recent k6 version**
4949

50-
Ideally, the extension should build with the latest release.
50+
Ideally, the extension should build with the [latest release](https://github.com/grafana/k6/releases/latest).
5151
But, it must build with a version of k6 that is no more than three releases old.
5252
For example, if latest version of k6 is `v0.100`, the extension must build with at least version `v0.98`.
53+
Be sure to also match the version of Go as determined by the version of k6.
5354

5455
## Naming Conventions
5556
Some extensions may be very specific, where others are more general.

0 commit comments

Comments
 (0)