Commit 057f1b2
Sami Hiltunen
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
0 commit comments