magiconair / properties

Java properties scanner for Go
BSD 2-Clause "Simplified" License
323 stars 77 forks source link

Properly compare versions equal or over to 1.15 in TestMustGetParsedD… #53

Closed eclipseo closed 3 years ago

eclipseo commented 3 years ago

…uration

Fix #52

Signed-off-by: Robert-André Mauchin zebob.m@gmail.com

I have tested this with Go 1.14 and Go 1.16. It won't work over Go 1.99 and Go 2.x, and not below 1.10, but since the minimun required version is go 1.13, I don't think this is an issue.

magiconair commented 3 years ago

Where did you see that the minimum version is go1.13? I've fixed the tests so that it also works for go1.14...go1.3 again. Kind of a pride thing :)