Skip to content

Commit acc4870

Browse files
authored
chore: revert toolchain to go 1.23 (#274)
1 parent f75f2ad commit acc4870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module golang.stackrox.io/grpc-http1/_integration-tests
22

33
go 1.22.5
4-
toolchain go1.24.1
4+
toolchain go1.23.7
55

66
require (
77
github.com/stretchr/testify v1.10.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module golang.stackrox.io/grpc-http1
22

33
go 1.23.0
44

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

77
require (
88
github.com/coder/websocket v1.8.13

0 commit comments

Comments
 (0)