-
Notifications
You must be signed in to change notification settings - Fork 0
Release v2.6.0 #126
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
Merged
Merged
Release v2.6.0 #126
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.2.1+incompatible to 28.0.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.2.1...v28.0.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.0.0+incompatible dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. - [Commits](golang/net@v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.2.1+incompatible to 28.0.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.2.1...v28.0.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.0.0+incompatible dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…compatible' of https://github.com/BoostryJP/quorum into dependabot/go_modules/github.com/docker/docker-28.0.0incompatible
Updated all imports from github.com/docker/docker/pkg/reexec to github.com/moby/sys/reexec across multiple files. This change modernizes the dependency and aligns with upstream package migration.
…rg/x/net-0.38.0 Bump golang.org/x/net from 0.36.0 to 0.38.0
…om/docker/docker-28.0.0incompatible Bump github.com/docker/docker from 27.2.1+incompatible to 28.0.0+incompatible
Bump Go version to 1.25 across Dockerfiles, CI, and documentation. Update golangci-lint to 2.4.0 and adjust .golangci.yml configuration for new linter settings. Update checksums for new Go and golangci-lint versions. Minor code cleanup in gfp_decl.go and ping-pong.go.
Enabled 'gocheckcompilerdirectives' and 'reassign' linters, and added a 'revive' linter override for the 'crypto/bn256/' directory. Also removed a redundant linter message about 'os.MkdirTemp()' and made minor adjustments to linter configuration for improved code quality checks.
Update to Go 1.25 and golangci-lint 2.4.0
Replaces manual temporary directory and file management in tests with t.TempDir() for improved reliability and automatic cleanup. Removes unnecessary os.RemoveAll and similar cleanup calls. Updates go.mod to remove github.com/docker/docker and move github.com/moby/sys/reexec to a direct dependency.
Added 'mirror' to the enabled linters in .golangci.yml. Replaced regexp.Match with regexp.MatchString in bind.go for clarity. Updated accountcmd_plugin_test.go to use WriteString instead of Write for writing test data to temp files.
Refactor tests to use t.TempDir and cleanup go.mod deps
Moved the 'misspell' linter after 'mirror' in the linters list for improved organization.
Add 'mirror' to the enabled linters in .golangci.yml
Eliminates redundant reassignments of loop variables for closure capture in test and protocol code. This cleanup is possible due to Go 1.22+ fixing closure capture semantics, making these reassignments obsolete and improving code clarity.
Remove unnecessary closure variable reassignments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.