Skip to content

Commit a586aea

Browse files
authored
Update go toolchain version (#1512)
1 parent ae151f4 commit a586aea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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/v2
22

33
go 1.24.2
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/cenkalti/backoff/v4 v4.2.1 // indirect

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
go 1.24.2
22

3-
toolchain go1.24.12
3+
toolchain go1.24.13
44

55
use (
66
.

sdk/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/sdk/v2
22

33
go 1.24.2
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/cenkalti/backoff/v4 v4.2.1

test/integration/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/test/integration
22

33
go 1.24.2
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/docker/docker v28.0.1+incompatible

test/performance/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/test/performance
22

33
go 1.24.2
44

5-
toolchain go1.24.12
5+
toolchain go1.24.13
66

77
require (
88
github.com/gogo/protobuf v1.3.2

0 commit comments

Comments
 (0)