1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
opentelemetry-go/exporters/stdout/stdouttrace
Tyler Yahn 561714acb2
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
2024-02-25 10:48:32 -08:00
..
config.go stdouttrace: Fix WithPrettyPrint comment (#4544) 2023-09-25 20:27:28 +02:00
doc.go Use already enabled revive linter and add depguard (#2883) 2022-05-19 15:15:07 -05:00
example_test.go stdouttrace: Refine example (#4872) 2024-01-31 16:10:28 +01:00
go.mod Drop support for Go 1.20 (#4967) 2024-02-25 10:48:32 -08:00
go.sum Drop support for Go 1.20 (#4967) 2024-02-25 10:48:32 -08:00
trace_test.go Revert Adding attributes to the instrumentation scope. 2022-09-09 09:06:58 -05:00
trace.go docs: minor update to docstring (#4833) 2024-01-19 15:18:16 +01:00