Skip to content

Conversation

@YoshihitoAso
Copy link
Member

No description provided.

dependabot bot and others added 20 commits August 14, 2025 14:48
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
@YoshihitoAso YoshihitoAso marked this pull request as ready for review September 28, 2025 06:12
@YoshihitoAso YoshihitoAso merged commit a4e8cf1 into main Oct 8, 2025
11 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.

1 participant