generated from honeycombio/.github
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Which problem is this PR solving? Bumps OTel dependencies to latest versions. This update includes moving the metrics experimental package into the main sdk package which was a breaking change for many users, and would prevent users of this config library from adopting a newer version. Also, v1.20 no longer supports go 19 and the minimum version of go is 20. This PR updates the go versions unit tests are run with to remove 19 and add 21. ## Short description of the changes - Update go.mod to use most recent version of OTel packages ([v1.20.0 / v0.43.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.20.0)) - Regenerate go.sum - Remove go 19 and add 21 to go runtime tests are run in & set default to 21 ## How to verify that this has the expected result? Unit & smoke tests continue to pass and users who want to use v1.20.0 and higher can. --------- Co-authored-by: Jamie Danielson <jamieedanielson@gmail.com>
- Loading branch information
1 parent
2ebabbf
commit 3ec9d9f
Showing
3 changed files
with
78 additions
and
79 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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