Does version 6 really require Go 1.21, or can I use 1.19? #186
Answered
by
davidflanagan
davidflanagan
asked this question in
Q&A
-
I'm stuck using go 1.19 and wondering if I'll be able to use version 6. go.mod says 1.21, but I'm wondering if there are actually any dependencies on that version. It looks like I can use version 5.3, but I'd rather use the latest if it is possible... |
Beta Was this translation helpful? Give feedback.
Answered by
davidflanagan
Aug 20, 2024
Replies: 2 comments
-
I am not sure. Better checkout repo and build it with go 1.19 to find out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
v6 appears to use the slices package, which was new in 1.21, I think. So it does not work with 1.19. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidflanagan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v6 appears to use the slices package, which was new in 1.21, I think. So it does not work with 1.19.