xyproto / orbiton

Configuration-free text editor and IDE limited to VT100. Suitable for writing git commit messages, editing Markdown, config files, source code, man pages and for quick edit-format-compile cycles when programming. Has syntax highlighting, jump-to-error, rainbow parentheses, macros, llm tab completion, cut/paste portals and a simple gdb front-end.
https://roboticoverlords.org/orbiton
BSD 3-Clause "New" or "Revised" License
501 stars 15 forks source link

Also support Go <1.21 #18

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

here

go: errors parsing go.mod:
/usr/ports/distfiles/go/editors_orbiton/orbiton-v2.64.0/go.mod:3: invalid go version '1.21.0': must match format 1.23
xyproto commented 1 year ago

Thanks for reporting! Only Go 1.21 is supported at this point.

I'll consider this as a feature request for also supporting Go 1.19 and 1.20.

xyproto commented 1 year ago

The main branch now also builds with Go 1.19 and 1.20.

xyproto commented 1 year ago

Created a new patch release.