Skip to content

Commit

Permalink
go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Oct 17, 2023
1 parent 1ab0fb3 commit 74c9b12
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lightstep/otel-launcher-go

go 1.18
go 1.20

require (
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.20.0
Expand Down
2 changes: 1 addition & 1 deletion lightstep/instrumentation/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lightstep/otel-launcher-go/lightstep/instrumentation

go 1.18
go 1.20

require (
github.com/shirou/gopsutil/v3 v3.22.9
Expand Down
2 changes: 1 addition & 1 deletion lightstep/sdk/internal/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lightstep/otel-launcher-go/lightstep/sdk/internal

go 1.18
go 1.20

require (
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 1 addition & 1 deletion lightstep/sdk/metric/example/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lightstep/otel-launcher-go/lightstep/sdk/metric/example

go 1.18
go 1.20

require (
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.20.0
Expand Down
4 changes: 2 additions & 2 deletions lightstep/sdk/metric/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lightstep/otel-launcher-go/lightstep/sdk/metric

go 1.18
go 1.20

require (
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
Expand Down Expand Up @@ -100,5 +100,5 @@ require (

replace github.com/lightstep/otel-launcher-go/lightstep/sdk/internal => ../internal

// 1.18.2 has a broken lightstep/sdk/internal dependency.
// 1.20.2 has a broken lightstep/sdk/internal dependency.
retract v1.18.2
2 changes: 1 addition & 1 deletion lightstep/sdk/trace/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lightstep/otel-launcher-go/lightstep/sdk/trace

go 1.18
go 1.20

require (
github.com/google/go-cmp v0.5.9
Expand Down
2 changes: 1 addition & 1 deletion pipelines/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lightstep/otel-launcher-go/pipelines

go 1.18
go 1.20

require (
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.20.0
Expand Down

0 comments on commit 74c9b12

Please sign in to comment.