Skip to content

Commit

Permalink
Merge pull request etcd-io#19034 from manthanguptaa/consistent_go_ver…
Browse files Browse the repository at this point in the history
…sion_doc

Documentation: consistent way to manage go version
  • Loading branch information
ahrtr authored Dec 11, 2024
2 parents 3cf550d + 1ba4f32 commit fe14e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/contributor-guide/dependency_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, <https://github.com/etcd-io/etcd/issues/16393>.
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, <https://github.com/etcd-io/etcd/pull/16394>.
Expand Down

0 comments on commit fe14e24

Please sign in to comment.