File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 cloud.google.com/go/pubsub v1.50.1
1313 github.com/99designs/gqlgen v0.17.83
1414 github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0
15- github.com/DataDog/orchestrion v1.7.0-rc.1
15+ github.com/DataDog/orchestrion v1.7.0
1616 github.com/DataDog/orchestrion/instrument v1.7.0-rc.1
1717 github.com/IBM/sarama v1.46.3
1818 github.com/Shopify/sarama v1.38.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/DataDog/orchestrion => ..
66
77require (
88 github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0
9- github.com/DataDog/orchestrion v1.7.0-rc.1
9+ github.com/DataDog/orchestrion v1.7.0
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import "runtime/debug"
99
1010const (
1111 // tag specifies the current release tag. It needs to be manually updated.
12- tag = "v1.7.0-rc.1 "
12+ tag = "v1.7.0"
1313 devSuffix = "+dev"
1414)
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replace (
99
1010require (
1111 github.com/99designs/gqlgen v0.17.83
12- github.com/DataDog/orchestrion v1.7.0-rc.1
12+ github.com/DataDog/orchestrion v1.7.0
1313 github.com/DataDog/orchestrion/instrument v1.7.0-rc.1
1414 github.com/IBM/sarama v1.46.3
1515 github.com/Shopify/sarama v1.38.1
You can’t perform that action at this time.
0 commit comments