1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Drop support for Go 1.19 (#4481)

* Drop support for Go 1.19

* Add change to changelog

* Bump all modules to 1.20

* Update exponential_histogram_test.go

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
This commit is contained in:
Tyler Yahn
2023-09-07 10:18:29 -07:00
committed by GitHub
parent 6eedabf874
commit 9737995cdb
35 changed files with 46 additions and 56 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module go.opentelemetry.io/otel/schema
go 1.19
go 1.20
require (
github.com/Masterminds/semver/v3 v3.2.1