You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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-33GH-86
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-33ResolvesGH-86
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.
The text was updated successfully, but these errors were encountered: