Skip to content

Commit 93fa760

Browse files
committed
Code review changes
1 parent 8240f21 commit 93fa760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/instrumentation/logging/generic_soak.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var _ = instrumentation.SIGDescribe("Logging soak [Performance] [Slow] [Disrupti
5858
var wg sync.WaitGroup
5959
wg.Add(loggingSoak.Scale)
6060
for i := 0; i < loggingSoak.Scale; i++ {
61-
go func(i interface{}) {
61+
go func(i int) {
6262
defer wg.Done()
6363
defer ginkgo.GinkgoRecover()
6464
wave := fmt.Sprintf("wave%v", strconv.Itoa(i))

0 commit comments

Comments
 (0)