diff --git a/daemon/cmd/integration_runner/reports.go b/daemon/cmd/integration_runner/reports.go index 6ad16c1de..5bd1c3764 100644 --- a/daemon/cmd/integration_runner/reports.go +++ b/daemon/cmd/integration_runner/reports.go @@ -97,7 +97,7 @@ func tapOutput(tests []*integration.Test) { } } default: - fmt.Printf(Good("pass - ")) + fmt.Printf("%s", Good("pass - ")) fmt.Printf("%s", name) if test.Duration > 0 { fmt.Printf(" # time=%vs", test.Duration.Seconds()) diff --git a/daemon/go.mod b/daemon/go.mod index d5e113a57..ee7f19a0b 100644 --- a/daemon/go.mod +++ b/daemon/go.mod @@ -1,7 +1,7 @@ module github.com/newrelic/newrelic-php-agent/daemon -go 1.23.0 -toolchain go1.23.6 +go 1.24.0 +toolchain go1.24.2 require ( github.com/golang/protobuf v1.5.3