Skip to content

Commit 8a49875

Browse files
authored
[chore] Remove toolchain directive (#6088)
Same as open-telemetry/opentelemetry-go#5784
1 parent 2459c36 commit 8a49875

File tree

3 files changed

+0
-6
lines changed
  • instrumentation/github.com/gin-gonic/gin/otelgin
  • tools

3 files changed

+0
-6
lines changed

instrumentation/github.com/gin-gonic/gin/otelgin/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otel
22

33
go 1.22
44

5-
toolchain go1.23.0
6-
75
replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators/b3
86

97
require (

instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otel
22

33
go 1.22
44

5-
toolchain go1.23.0
6-
75
require (
86
github.com/gin-gonic/gin v1.10.0
97
github.com/stretchr/testify v1.9.0

tools/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module go.opentelemetry.io/contrib/tools
22

33
go 1.22.1
44

5-
toolchain go1.23.0
6-
75
exclude github.com/blizzy78/varnamelen v0.6.1
86

97
require (

0 commit comments

Comments
 (0)