Skip to content

Commit fb0c657

Browse files
authored
Bump golang version from 1.23.8 to 1.23.10 (#1131)
1 parent 665cc2c commit fb0c657

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.23.0
44

5-
toolchain go1.23.8
5+
toolchain go1.23.10
66

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

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.23.0
44

5-
toolchain go1.23.7
5+
toolchain go1.23.10
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.23.0
44

5-
toolchain go1.23.7
5+
toolchain go1.23.10
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.23.0
44

5-
toolchain go1.23.7
5+
toolchain go1.23.10
66

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

0 commit comments

Comments
 (0)