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 dependencies #263

Merged
merged 4 commits into from
Feb 24, 2023
Merged

Update dependencies #263

merged 4 commits into from
Feb 24, 2023

Conversation

morimoto-cybozu
Copy link
Contributor

@morimoto-cybozu morimoto-cybozu commented Feb 20, 2023

  • Upgrade direct dependencies in go.mod
  • Update etcd used for test from 3.5.5 to 3.5.7
  • Update Golang used for test and release from 1.19 to 1.20
  • Update Ubuntu used for test and release from 20.04 to 22.04
  • Update GitHub Actions
  • Fix for deprecated math/rand Seed()
  • Generate statically linked binaries

Signed-off-by: morimoto-cybozu kenji_morimoto@cybozu.co.jp

* Upgrade direct dependencies in go.mod
* Update etcd used for test from 3.5.5 to 3.5.7
* Update Golang used for test and release from 1.19 to 1.20
* Update Ubuntu used for test and release from 20.04 to 22.04
* Update GitHub Actions

Signed-off-by: morimoto-cybozu <kenji_morimoto@cybozu.co.jp>
Signed-off-by: morimoto-cybozu <kenji_morimoto@cybozu.co.jp>
The RNG is seeded randomly at program startup in Go 1.20 or later.
We don't need to seed the RNG unless we expect reproducibility.

Signed-off-by: morimoto-cybozu <kenji_morimoto@cybozu.co.jp>
Signed-off-by: morimoto-cybozu <kenji_morimoto@cybozu.co.jp>
Copy link
Contributor

@zeroalphat zeroalphat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@morimoto-cybozu morimoto-cybozu merged commit b681d9f into main Feb 24, 2023
@morimoto-cybozu morimoto-cybozu deleted the update-dependencies branch February 24, 2023 05:14
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.

None yet

2 participants