Skip to content

Commit e9a9d72

Browse files
authored
Update required go version for building xk6-disruptor
1 parent 05bb3a5 commit e9a9d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/markdown/docs/40 xk6-disruptor/01 Get started/03 Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To find out more about how to use xk6 or what it is, check out this guide - [Bui
1919

2020

2121
To build the k6 binary with the xk6-disruptor extension:
22-
1. Ensure you have [Go 1.18](https://golang.org/doc/install) and [Git](https://git-scm.com/) installed.
22+
1. Ensure you have [Go 1.19](https://golang.org/doc/install) and [Git](https://git-scm.com/) installed.
2323
2. Run the following commands in a terminal:
2424

2525
<CodeGroup labels={["Linux/MacOS"]}>
@@ -39,4 +39,4 @@ xk6 build --output xk6-disruptor --with github.com/grafana/xk6-disruptor=.
3939
</CodeGroup>
4040

4141

42-
xk6 will create the `xk6-disruptor` binary in the current working directory.
42+
xk6 will create the `xk6-disruptor` binary in the current working directory.

0 commit comments

Comments
 (0)