We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6d404 commit 3b2f7b1Copy full SHA for 3b2f7b1
daemon/cmd/integration_runner/reports.go
@@ -97,7 +97,7 @@ func tapOutput(tests []*integration.Test) {
97
}
98
99
default:
100
- fmt.Printf(Good("pass - "))
+ fmt.Printf("%s", Good("pass - "))
101
fmt.Printf("%s", name)
102
if test.Duration > 0 {
103
fmt.Printf(" # time=%vs", test.Duration.Seconds())
daemon/go.mod
@@ -1,7 +1,7 @@
1
module github.com/newrelic/newrelic-php-agent/daemon
2
3
-go 1.23.0
4
-toolchain go1.23.6
+go 1.24.0
+toolchain go1.24.2
5
6
require (
7
github.com/golang/protobuf v1.5.3
0 commit comments