Skip to content

Commit f32672d

Browse files
kakkoyundarccio
andauthored
release: v1.6.1 (#737)
Signed-off-by: Kemal Akkoyun <[email protected]> Signed-off-by: Kemal Akkoyun <[email protected]> Co-authored-by: Dario Castañé <[email protected]>
1 parent f297591 commit f32672d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
cloud.google.com/go/pubsub v1.50.1
1313
github.com/99designs/gqlgen v0.17.81
1414
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.3.0
15-
github.com/DataDog/orchestrion v1.6.0
15+
github.com/DataDog/orchestrion v1.6.1
1616
github.com/DataDog/orchestrion/instrument v1.6.0
1717
github.com/IBM/sarama v1.46.3
1818
github.com/Shopify/sarama v1.38.1

instrument/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/DataDog/orchestrion => ..
66

77
require (
88
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.3.0
9-
github.com/DataDog/orchestrion v1.6.0
9+
github.com/DataDog/orchestrion v1.6.1
1010
)
1111

1212
require (

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "runtime/debug"
99

1010
const (
1111
// tag specifies the current release tag. It needs to be manually updated.
12-
tag = "v1.6.0"
12+
tag = "v1.6.1"
1313
devSuffix = "+dev"
1414
)
1515

samples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace (
99

1010
require (
1111
github.com/99designs/gqlgen v0.17.81
12-
github.com/DataDog/orchestrion v1.6.0
12+
github.com/DataDog/orchestrion v1.6.1
1313
github.com/DataDog/orchestrion/instrument v1.6.0
1414
github.com/IBM/sarama v1.46.3
1515
github.com/Shopify/sarama v1.38.1

0 commit comments

Comments
 (0)