Go version support? #18
capnspacehook
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
With commit 3cf809d I have updated the minimal required Go version to 1.14 and subsequently removed legacy code. Hope this resolves concerns :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a patch that would really benefit from
errors.Is
, but I am unsure whether I can use it or not. Thego.mod
file is at Go version 1.13, but you still support Go 1.12 and earlier. Is that a mistake or intentional, and would you be willing to drop support for Go 1.12 and earlier for better handling of errors? If so I could send a PR.Beta Was this translation helpful? Give feedback.
All reactions