diff --git a/website/content/en/docs/building-operators/golang/quickstart.md b/website/content/en/docs/building-operators/golang/quickstart.md index 3ad027b9e7..c7b8c21322 100644 --- a/website/content/en/docs/building-operators/golang/quickstart.md +++ b/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 operator-sdk init --domain example.com --repo github.com/example/memcached-operator ``` -**Note** If your local environment is Apple Silicon (`darwin/arm64`) use the `go/v4-alpha` -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` 1. Create a simple Memcached API: