ngld / knossos

NuKnossos a complete rewrite of the old Knossos mod manager. Nebula also lives here since it's easier to manage both projects in a single monorepo. If you're looking for the old code, go to https://github.com/ngld/old-knossos.
Apache License 2.0
24 stars 2 forks source link

Building with golang 1.18.1 #44

Open TheMatthew opened 2 years ago

TheMatthew commented 2 years ago

Currently tasks cannot pass the version check for go if the version is 1.18.1. A semantic versioning check instead of a string compare might help.