Skip to content

Commit 3366586

Browse files
authored
Update quickstart.md (#6732)
v4-alpha doesnt exist Signed-off-by: Michael Freeman <mfreeman451@gmail.com>
1 parent 02b3874 commit 3366586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/en/docs/building-operators/golang/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This guide walks through an example of building a simple memcached-operator usin
2828
operator-sdk init --domain example.com --repo github.com/example/memcached-operator
2929
```
3030

31-
**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4-alpha`
32-
plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4-alpha`
31+
**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4`
32+
plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4`
3333

3434
1. Create a simple Memcached API:
3535

0 commit comments

Comments
 (0)