Skip to content

Commit a941f02

Browse files
zsistlahahuja2
authored andcommitted
security(daemon): upgrade golang to 1.24.2 (#1048)
1 parent aff9e19 commit a941f02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

daemon/cmd/integration_runner/reports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func tapOutput(tests []*integration.Test) {
9797
}
9898
}
9999
default:
100-
fmt.Printf(Good("pass - "))
100+
fmt.Printf("%s", Good("pass - "))
101101
fmt.Printf("%s", name)
102102
if test.Duration > 0 {
103103
fmt.Printf(" # time=%vs", test.Duration.Seconds())

daemon/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/newrelic/newrelic-php-agent/daemon
22

3-
go 1.23.0
4-
toolchain go1.23.6
3+
go 1.24.0
4+
toolchain go1.24.2
55

66
require (
77
github.com/golang/protobuf v1.5.3

0 commit comments

Comments
 (0)