From 3366586c2785e764ec3796c89cc4950c82cbf137 Mon Sep 17 00:00:00 2001 From: Michael Freeman Date: Wed, 29 May 2024 12:37:47 -0500 Subject: [PATCH] Update quickstart.md (#6732) v4-alpha doesnt exist Signed-off-by: Michael Freeman --- .../content/en/docs/building-operators/golang/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: