From 1ba4f32e95872622d1c70304efe94ce88ffd6683 Mon Sep 17 00:00:00 2001 From: Manthan Gupta Date: Tue, 10 Dec 2024 08:31:26 +0530 Subject: [PATCH] docs: consistent way to manage go version Signed-off-by: Manthan Gupta --- Documentation/contributor-guide/dependency_management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/contributor-guide/dependency_management.md b/Documentation/contributor-guide/dependency_management.md index 374b3e8bdf9..8b022b424f8 100644 --- a/Documentation/contributor-guide/dependency_management.md +++ b/Documentation/contributor-guide/dependency_management.md @@ -131,7 +131,7 @@ Suggested steps for performing a minor version upgrade for the etcd development 1. Carefully review new Go version release notes and potentially related blog posts for any deprecations, performance impacts, or other considerations. 2. Create a GitHub issue to signal intent to upgrade and invite discussion, for example, . -3. Complete the upgrade locally in your development environment. +3. Complete the upgrade locally in your development environment by editing `.go-version` and running `make fix`. 4. Run performance benchmarks locally to compare before and after. 5. Raise a pull request for the changes, for example, .