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

upgrade docker version and go #36

Merged
merged 8 commits into from
Sep 6, 2024
Merged

upgrade docker version and go #36

merged 8 commits into from
Sep 6, 2024

Conversation

samlawson355
Copy link
Contributor

@samlawson355 samlawson355 commented May 31, 2024

upgrade docker version and bump go version

docker upgrade to 26.1.3+incompatible broke dktest 🙁

@samlawson355
Copy link
Contributor Author

@dhui what do you think?

Copy link
Owner

@dhui dhui left a 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

@samlawson355
Copy link
Contributor Author

@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 😄

Copy link
Owner

@dhui dhui left a 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
Copy link
Owner

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

@dhui dhui merged commit 5b75a67 into dhui:master Sep 6, 2024
6 of 7 checks passed
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.

2 participants