1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-29 23:07:45 +02:00

Update go directive value in go.mod files to 1.19 (#3850)

* remove go 1.18 in go.mod, add go 1.19

* revert //+build directives

* remove +build directives

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
Mori
2023-03-16 00:52:04 +08:00
committed by GitHub
parent 0694868e55
commit 3a40e65a38
34 changed files with 33 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
module go.opentelemetry.io/otel/example/namedtracer
go 1.18
go 1.19
replace (
go.opentelemetry.io/otel => ../..