Skip to content

Commit

Permalink
Revert toolchain addition to autoexport (#5841)
Browse files Browse the repository at this point in the history
Reverts changes introduced in #5779. Drops the toolchain directive in
go.mod. This addition adds project wide issues

(https://github.com/open-telemetry/opentelemetry-go-contrib/actions/runs/9765870369/job/26957555908?pr=5839).

If toolchains are going to be used, they need to be added project wide.
  • Loading branch information
MrAlias authored Jul 2, 2024
1 parent 53f34f2 commit 1ce0d1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions exporters/autoexport/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module go.opentelemetry.io/contrib/exporters/autoexport

go 1.21.0

toolchain go1.22.4
go 1.21

require (
github.com/prometheus/client_golang v1.19.1
Expand Down

0 comments on commit 1ce0d1c

Please sign in to comment.