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

deps: Update all dependencies, add go1.19, drop go1.16, prepare changelog #477

Merged
merged 3 commits into from Oct 4, 2022

Conversation

kamilogorek
Copy link
Contributor

@kamilogorek kamilogorek commented Oct 4, 2022

0.14.0 has been long overdue. After this release, the SDK team will come up with new releases and version support policy, and I'll be only helping with the repo, instead of maintaining it. ref: #454 (comment)

We support n+2 per our readme, and 1.16 is already dead - https://endoflife.date/go
Currently supported versions are [1.19, 1.18, 1.17].

All dependencies have been updated to the latest minor version. nancy is no longer complaining about CVE issues.

go list -json -deps ./... | nancy sleuth    

Fixes: #423
Fixes: #445
Fixes: #438

Cherry-picked (thanks for contributions!):
Closes: #470
Closes: #454
Closes: #443

@kamilogorek kamilogorek force-pushed the update-deps branch 4 times, most recently from ef0182f to cb2ed2f Compare October 4, 2022 12:15
@kamilogorek kamilogorek changed the title deps: Update all dependencies and prepare changelog deps: Update all dependencies, add go1.19, drop go1.16, prepare changelog Oct 4, 2022
jeffwidman and others added 3 commits October 4, 2022 14:28
Anyone reading the readme is likely using go modules.
Plus the last three versions of go are supported, which means `1.15` is the oldest supported version, so 99% of users on go 1.15 will be using go modules.

Also replaced the word `"line"` with `"generation"` because at first glance I was confused on how the next line in the file... took a moment to realize this is the next iteration or generation.
As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.

So replacing all usage of ioutil pkg with io & os.
@kamilogorek kamilogorek merged commit 23801d7 into master Oct 4, 2022
@kamilogorek kamilogorek deleted the update-deps branch October 4, 2022 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants