chore: update dependencies, Go 1.26, OpenSearch 3.x support#96
Open
joluc wants to merge 10 commits intoopensearch-project:mainfrom
Open
chore: update dependencies, Go 1.26, OpenSearch 3.x support#96joluc wants to merge 10 commits intoopensearch-project:mainfrom
joluc wants to merge 10 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
- Bump Go from 1.18.2 to 1.26 in all CI workflows - Update actions/setup-go v2 to v6 - Update actions/checkout v3 to v6 - Update actions/setup-java v1 to v4 - Update golangci-lint-action v3 to v9 with golangci-lint v2.11 - Update codecov-action v3 to v5 - Replace deprecated set-output with GITHUB_OUTPUT Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
Add required space after // in comments to comply with the goimports formatting enforced by Go 1.26. Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
- Check error returns from os.Remove, os.Setenv, file.Close, writer.Close - Replace deprecated cobra.ExactValidArgs with cobra.MatchAll - Suppress deprecated aws-sdk-go v1 warnings (migration out of scope) Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
Member
|
Tagging @VijayanB |
Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
Signed-off-by: Jonathan Schwarze <jonathan.schwarze@sap.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updated all project dependencies to their latest versions and modernize the Go toolchain
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.