1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
opentelemetry-go/example/dice
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
..
doc.go example/dice: Do not use semconv (#4849) 2024-01-25 10:21:43 -08: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
main.go example/dice: Do not use semconv (#4849) 2024-01-25 10:21:43 -08:00
otel.go example/dice: Do not use semconv (#4849) 2024-01-25 10:21:43 -08:00
rolldice.go Add dice example (#4539) 2023-09-26 07:10:58 -07:00