Commit 03e34e3
committed
go.mod: don't enforce go1.23.5 patch version
commit 08fb086 added a go.mod, but
set the minimum required version to the patch version.
Generally, go versions in go.mod, like other dependencies, follow
"MVS" (minimum version selection) conventions, and specify the lowest
possible / supported minimum version. Keeping the version low avoids
unnecessary code churn in projects using this module.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>1 parent 6b31033 commit 03e34e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments