Skip to content

Commit 1ba4f32

Browse files
committed
docs: consistent way to manage go version
Signed-off-by: Manthan Gupta <[email protected]>
1 parent 854bdd6 commit 1ba4f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/contributor-guide/dependency_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Suggested steps for performing a minor version upgrade for the etcd development
131131
132132
1. Carefully review new Go version release notes and potentially related blog posts for any deprecations, performance impacts, or other considerations.
133133
2. Create a GitHub issue to signal intent to upgrade and invite discussion, for example, <https://github.com/etcd-io/etcd/issues/16393>.
134-
3. Complete the upgrade locally in your development environment.
134+
3. Complete the upgrade locally in your development environment by editing `.go-version` and running `make fix`.
135135
4. Run performance benchmarks locally to compare before and after.
136136
5. Raise a pull request for the changes, for example, <https://github.com/etcd-io/etcd/pull/16394>.
137137

0 commit comments

Comments
 (0)