Skip to content

Commit 057f1b2

Browse files
author
Sami Hiltunen
committed
Set minimum Go version to 1.23
In a recent change (8ffaae4, chore: update Go version to 1.24.2), we upgraded the minimum Go version in `go.mod` from Go 1.23 to Go 1.24.2. The intention was seemingly to have the CI jobs to run with a newer Go version. Since we updated the minimum version in `go.mod`, the module is no longer usable from modules that support earlier Go versions as well. Drop the required Go version to back to 1.23. It doesn't seem like we use any 1.24 features that would require us to bump the minimum version.
1 parent bb9ccf4 commit 057f1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ require (
2525
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
2626
)
2727

28-
go 1.24.2
28+
go 1.23.0

0 commit comments

Comments
 (0)