From c7ac227c9b9502685a183a28d4834d5cdd850850 Mon Sep 17 00:00:00 2001 From: "Jorge Y. C. Rodriguez" <1929689+coquer@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:34:07 +0100 Subject: [PATCH] chore: update go install command --- skaffold.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skaffold.md b/skaffold.md index 8f19df3..c0579af 100644 --- a/skaffold.md +++ b/skaffold.md @@ -38,7 +38,7 @@ The ECR credential helper makes it easier to use ECR by seamless passing your AW Install the credential helper with `go get`: ``` -go get -u github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login +go install github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login@latest ``` Place the `docker-credential-ecr-login` binary on your `PATH` and add the following to the contents of your `~/.docker/config.json` file: