We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b3874 commit 3366586Copy full SHA for 3366586
website/content/en/docs/building-operators/golang/quickstart.md
@@ -28,8 +28,8 @@ This guide walks through an example of building a simple memcached-operator usin
28
operator-sdk init --domain example.com --repo github.com/example/memcached-operator
29
```
30
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`
+**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4`
+plugin which provides support for this platform by adding to the init subCommand the flag `--plugins=go/v4`
33
34
1. Create a simple Memcached API:
35
0 commit comments