Skip to content

Commit 504a66a

Browse files
authored
Update Go toolchain version top 1.24.6 (#1213)
1 parent 2ba165d commit 504a66a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/nginx/agent/v3
22

33
go 1.24.0
44

5-
toolchain go1.24.4
5+
toolchain go1.24.6
66

77
require (
88
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4-20250130201111-63bb56e20495.1

internal/resource/nginx_instance_operator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ func (i *NginxInstanceOperator) checkWorkers(ctx context.Context, instanceID str
137137
return
138138
}
139139

140-
slog.DebugContext(ctx, "Found parent process ID", "process_id", newPid)
140+
slog.DebugContext(ctx, "Found parent process ID, checking NGINX worker processes have reloaded",
141+
"process_id", newPid)
141142

142143
err := backoff.WaitUntil(ctx, backoffSettings, func() error {
143-
slog.Info(" ============ Checking NGINX worker processes have reloaded")
144144
currentWorkers := i.nginxProcessOperator.NginxWorkerProcesses(ctx, newPid)
145145
if len(currentWorkers) == 0 {
146146
return errors.New("waiting for NGINX worker processes")

0 commit comments

Comments
 (0)