Skip to content

Commit e50b0a5

Browse files
committed
update go version
1 parent f3bf597 commit e50b0a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.9
3+
toolchain go1.24.11
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.9
5+
toolchain go1.24.11
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.9
5+
toolchain go1.24.11
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.9
5+
toolchain go1.24.11
66

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

0 commit comments

Comments
 (0)