diff --git a/go.mod b/go.mod index f0f65bf7f..3e4a03e32 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/nginx/agent/v2 go 1.24.2 -toolchain go1.24.12 +toolchain go1.24.13 require ( github.com/cenkalti/backoff/v4 v4.2.1 // indirect diff --git a/go.work b/go.work index 5ebeaec99..38c2beecb 100644 --- a/go.work +++ b/go.work @@ -1,6 +1,6 @@ go 1.24.2 -toolchain go1.24.12 +toolchain go1.24.13 use ( . diff --git a/sdk/go.mod b/sdk/go.mod index 9513e9552..497c841a9 100644 --- a/sdk/go.mod +++ b/sdk/go.mod @@ -2,7 +2,7 @@ module github.com/nginx/agent/sdk/v2 go 1.24.2 -toolchain go1.24.12 +toolchain go1.24.13 require ( github.com/cenkalti/backoff/v4 v4.2.1 diff --git a/test/integration/go.mod b/test/integration/go.mod index cff7c7b0e..bf4bee111 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/nginx/agent/test/integration go 1.24.2 -toolchain go1.24.12 +toolchain go1.24.13 require ( github.com/docker/docker v28.0.1+incompatible diff --git a/test/performance/go.mod b/test/performance/go.mod index 357fab1ae..e8668c664 100644 --- a/test/performance/go.mod +++ b/test/performance/go.mod @@ -2,7 +2,7 @@ module github.com/nginx/agent/test/performance go 1.24.2 -toolchain go1.24.12 +toolchain go1.24.13 require ( github.com/gogo/protobuf v1.3.2