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.20 (#4967)

* Update README.md

* Remove 1.20 support from CI workflows

* Update all go mod

* Add changelog entry

* Update go mod tidy target

* Run go mod tidy

* Replace sliceEqualFunc with slices.EqualFunc

* Replace grow with slices.Grow

* Replace ensureAttributesCapacity with slices.Grow

* Replace conditional with min

* Use slices module for slice comparison in metricdatatest
This commit is contained in:
Tyler Yahn
2024-02-25 10:48:32 -08:00
committed by GitHub
parent 8fb28b57ce
commit 561714acb2
58 changed files with 178 additions and 160 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module go.opentelemetry.io/otel/schema
go 1.20
go 1.21
require (
github.com/Masterminds/semver/v3 v3.2.1