Skip to content

Commit fe14e24

Browse files
authored
Merge pull request #19034 from manthanguptaa/consistent_go_version_doc
Documentation: consistent way to manage go version
2 parents 3cf550d + 1ba4f32 commit fe14e24

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)