Skip to content

upgrade docker version and go#36

Merged
dhui merged 8 commits into
dhui:masterfrom
samlawson355:master
Sep 6, 2024
Merged

upgrade docker version and go#36
dhui merged 8 commits into
dhui:masterfrom
samlawson355:master

Conversation

@samlawson355

@samlawson355 samlawson355 commented May 31, 2024

Copy link
Copy Markdown
Contributor

upgrade docker version and bump go version

docker upgrade to 26.1.3+incompatible broke dktest 🙁

@samlawson355

Copy link
Copy Markdown
Contributor Author

@dhui what do you think?

@dhui dhui left a comment

Copy link
Copy Markdown
Owner

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
Copy Markdown
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 😄

@dhui dhui left a comment

Copy link
Copy Markdown
Owner

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

Comment thread rand.go

func init() {
rand.Seed(time.Now().UnixNano())
rand.New(rand.NewSource(time.Now().UnixNano())) // nolint:gosec

Copy link
Copy Markdown
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
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