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

Removes go1.17, replaces with go1.18 (#3179)

* Removes go1.17, replaces with go1.18

* Update Changelog

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:
Aaron Clawson
2022-09-19 19:22:40 -05:00
committed by GitHub
parent cce6304fe5
commit b6d4335a72
32 changed files with 28 additions and 40 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module go.opentelemetry.io/otel/example/zipkin
go 1.17
go 1.18
replace (
go.opentelemetry.io/otel => ../..