Skip to content

Commit ebe320a

Browse files
authored
DAOS-17541 control: Reduce minimum Go toolchain version (#16365) (#16369)
The version of the Go toolchain in go.mod serves as a minimum. One of our dependencies requires 1.23--it does not matter which version of 1.23. Signed-off-by: Kris Jacque <[email protected]>
1 parent 580b30b commit ebe320a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/control/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/daos-stack/daos/src/control
55
// - debian packaging version checks: debian/control
66
// Scons uses this file to extract the minimum version.
77
go 1.21
8-
toolchain go1.23.7
8+
toolchain go1.23.0
99

1010
require (
1111
github.com/Jille/raft-grpc-transport v1.2.0

0 commit comments

Comments
 (0)