Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Go 1.13 and latest dependency versions #86

Closed
arcticicestudio opened this issue Oct 12, 2019 · 1 comment
Closed

Update to Go 1.13 and latest dependency versions #86

arcticicestudio opened this issue Oct 12, 2019 · 1 comment

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Oct 12, 2019

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 arcticicestudio added this to the 0.4.0 milestone Oct 12, 2019
arcticicestudio added a commit that referenced this issue Oct 12, 2019
Go 1.13 has been released (1) 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 (2) 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 (3)
for more details.
Since there are no breaking changes snowsaw now requires Go 1.13 as
minimum version.

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

References:
  (1) https://blog.golang.org/go1.13
  (2) https://golang.org/pkg/os/#UserConfigDir
  (3) https://golang.org/doc/go1.13

Epic GH-33
GH-86
arcticicestudio added a commit that referenced this issue Oct 12, 2019
Go 1.13 has been released (1) 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 (2) 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 (3)
for more details.
Since there are no breaking changes snowsaw now requires Go 1.13 as
minimum version.

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

References:
  (1) https://blog.golang.org/go1.13
  (2) https://golang.org/pkg/os/#UserConfigDir
  (3) https://golang.org/doc/go1.13

Epic GH-33
Resolves GH-86
@arcticicestudio
Copy link
Owner Author

Resolved in #87 (7fb34ca)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants