Skip to content

chore: upgrade Go to 1.24 and dependencies for Docker v29 compatibility#212

Open
LbuprofenL wants to merge 3 commits intoIceWhaleTech:mainfrom
LbuprofenL:chore/upgrade_go
Open

chore: upgrade Go to 1.24 and dependencies for Docker v29 compatibility#212
LbuprofenL wants to merge 3 commits intoIceWhaleTech:mainfrom
LbuprofenL:chore/upgrade_go

Conversation

@LbuprofenL
Copy link
Copy Markdown

No description provided.

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@ohari5336
Copy link
Copy Markdown

$ go generate
go: downloading go1.24.10 (darwin/arm64)
go: downloading github.com/docker/cli v28.5.2+incompatible
go: downloading github.com/klauspost/compress v1.18.0
go: downloading google.golang.org/api v0.162.0
go: module github.com/deepmap/oapi-codegen is deprecated: use github.com/deepmap/oapi-codegen/v2 as major version v1 is no longer maintained. The upgrade path is smooth (see https://github.com/deepmap/oapi-codegen/releases/tag/v2.0.0 for more details) and only introduces a reduced set of dependencies, as well as future releases introducing a large number of enhancements and bug fixes
go: module github.com/deepmap/oapi-codegen is deprecated: use github.com/deepmap/oapi-codegen/v2 as major version v1 is no longer maintained. The upgrade path is smooth (see https://github.com/deepmap/oapi-codegen/releases/tag/v2.0.0 for more details) and only introduces a reduced set of dependencies, as well as future releases introducing a large number of enhancements and bug fixes

your pull request give error on run go generate

@LbuprofenL
Copy link
Copy Markdown
Author

LbuprofenL commented Jan 11, 2026

$ go generate
go: downloading go1.24.10 (darwin/arm64)
go: downloading github.com/docker/cli v28.5.2+incompatible
go: downloading github.com/klauspost/compress v1.18.0
go: downloading google.golang.org/api v0.162.0
go: module github.com/deepmap/oapi-codegen is deprecated: use github.com/deepmap/oapi-codegen/v2 as major version v1 is no longer maintained. The upgrade path is smooth (see https://github.com/deepmap/oapi-codegen/releases/tag/v2.0.0 for more details) and only introduces a reduced set of dependencies, as well as future releases introducing a large number of enhancements and bug fixes
go: module github.com/deepmap/oapi-codegen is deprecated: use github.com/deepmap/oapi-codegen/v2 as major version v1 is no longer maintained. The upgrade path is smooth (see https://github.com/deepmap/oapi-codegen/releases/tag/v2.0.0 for more details) and only introduces a reduced set of dependencies, as well as future releases introducing a large number of enhancements and bug fixes

your pull request give error on run go generate

Thanks for the feedback!
These are deprecation warnings, not errors. The go generate command completes successfully despite these messages.

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