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.20 min #77

Merged
merged 5 commits into from
Feb 28, 2024
Merged

Update to Go 1.20 min #77

merged 5 commits into from
Feb 28, 2024

Conversation

tatiana-nspcc
Copy link
Contributor

Close #76.

Upgrade Go version in `go.mod` and GitHub workflows.

Signed-off-by: Tatiana Nesterenko <[email protected]>
The function `math/rand.Read` was marked as deprecated, but we are keeping it
because it's faster, and we don't care about the cryptographic qualities of
this data.
`math/rand.Seek` was also marked as deprecated, and we don't need it,
as the package now automatically seeds the global random number generator.

Signed-off-by: Tatiana Nesterenko <[email protected]>
Also, update `CreateBucketInput` because `github.com/aws/aws-sdk-go-v2/service/s3` has been updated.

Signed-off-by: Tatiana Nesterenko <[email protected]>
@roman-khimov roman-khimov merged commit 579aa35 into master Feb 28, 2024
6 checks passed
@roman-khimov roman-khimov deleted the 76-go-version branch February 28, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Go 1.20 min
2 participants