diff --git a/CHANGELOG.md b/CHANGELOG.md index f01d9796a5b..8cbf0123ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Removed -- Drop support for [Go 1.22]. (#6381) +- Drop support for [Go 1.22]. (#6381, #6418) diff --git a/schema/go.mod b/schema/go.mod index c3f039da5e6..f770377fc3f 100644 --- a/schema/go.mod +++ b/schema/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/otel/schema -go 1.22 +go 1.23.0 require ( github.com/Masterminds/semver/v3 v3.3.1