-
Notifications
You must be signed in to change notification settings - Fork 15
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
upgrade docker version and go #36
Conversation
@dhui what do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samlawson355 thanks for the PR!
We've migrated to GitHub Actions but have kept the old TravisCI and CircleCI configs around to make reverts (or multi-vendor CI runs) easier
awesome! thank you @dhui! i have reverted that file 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay and thanks for your patience @samlawson355 ! I'm going to go ahead and merge your PR and make any necessary fixes/changes
@@ -11,7 +11,7 @@ const ( | |||
) | |||
|
|||
func init() { | |||
rand.Seed(time.Now().UnixNano()) | |||
rand.New(rand.NewSource(time.Now().UnixNano())) // nolint:gosec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change this to use math/rand/v2
upgrade docker version and bump go version
docker upgrade to 26.1.3+incompatible broke dktest 🙁