arcticicestudio / snowsaw

A lightweight, plugin-driven and dynamic dotfiles bootstrapper.
MIT License
98 stars 8 forks source link

Update to Go 1.13 and latest dependency versions #86

Closed arcticicestudio closed 5 years ago

arcticicestudio commented 5 years ago

Go 1.13 has been released over a month ago that comes with some great features and a lot stability, performance and security improvements and bug fixes. The new os.UserConfigDir() function is a great addition for the handling for snowsaw's configuration files that will be implemented late on. See the Go 1.13 official release notes for more details. Since there are no breaking changes snowsaw will now require Go 1.13 as minimum version.

With the update to Go 1.13.x all outdated dependencies should also be updated to their latest versions to prevent possible module incompatibilities as well as including the latest improvements and bug fixes.

arcticicestudio commented 5 years ago

Resolved in #87 (7fb34caa2f18f10f69cdb512f59cf14e1714a07a)