Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Sep 16, 2024
1 parent f0cf371 commit ded61b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
module github.com/golang-templates/seed/build

go 1.22.5
toolchain go1.23.1

// FIXME: temporary fix for go.opentelemetry.io/otel/exporters/otlp/internal v0.20.1
replace go.opentelemetry.io/otel/exporters/otlp/internal v0.20.1 => go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.43.0
go 1.23.0

require (
github.com/client9/misspell v0.3.4
Expand Down

0 comments on commit ded61b9

Please sign in to comment.