moov-io / iso8583

A golang implementation to marshal and unmarshal iso8583 message.
https://moov.io
Apache License 2.0
353 stars 105 forks source link

go.mod version is not compliant with requirement defined in README #201

Closed jerome-laforge closed 1 year ago

jerome-laforge commented 1 year ago

The README forces Go 1.18 or newer but go.mod defines go 1.15 https://github.com/moov-io/iso8583/blob/v0.13.2/go.mod#L3 as minimal Go version. According to https://go.dev/ref/mod#go-mod-file-go, the directive must be go 1.18.

adamdecaf commented 1 year ago

Thanks for reporting this. I've fixed the issue.