Skip to content

Commit

Permalink
developer-guide: corrects go version in summary (#434)
Browse files Browse the repository at this point in the history
Signed-off-by: Caio Leonhardt <leonhardtcaio@gmail.com>
  • Loading branch information
caioleonhardt authored Nov 26, 2023
1 parent b132d80 commit 766cb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

- Corrects AWSv4 signature on DataStream Stats with no index name specified ([#338](https://github.com/opensearch-project/opensearch-go/pull/338))
- Fixed GetSourceRequest `Source` field and deprecated the `Source` parameter ([#402](https://github.com/opensearch-project/opensearch-go/pull/402))
- Corrects developer guide summary with golang version 1.20 ([#434](https://github.com/opensearch-project/opensearch-go/pull/434))

### Security

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- [Getting Started](#getting-started)
- [Git Clone OpenSearch Go Client Repository](#git-clone-opensearch-go-client-repository)
- [Install Prerequisites](#install-prerequisites)
- [Go 1.11](#go-111)
- [Go 1.20](#go-120)
- [Docker](#docker)
- [Windows](#windows)
- [Unit Testing](#unit-testing)
Expand Down

0 comments on commit 766cb08

Please sign in to comment.