Skip to content

build: Update go mod files except docker, replaces #7074#7078

Merged
rfay merged 1 commit into
ddev:mainfrom
rfay:20250313_rfay_go_mod
Mar 14, 2025
Merged

build: Update go mod files except docker, replaces #7074#7078
rfay merged 1 commit into
ddev:mainfrom
rfay:20250313_rfay_go_mod

Conversation

@rfay

@rfay rfay commented Mar 14, 2025

Copy link
Copy Markdown
Member

The Issue

This updates everything except the docker packages, which have a number of deprecations and will need a PR of their own.

(docker/docker v27.3.1+incompatible does not pass golangci-lint due to deprecations when upgraded to 28.x)

How This PR Solves The Issue

go get -u ./...
go mod vendor
go mod tidy
# Roll back docker/docker back to v27.3.1
go mod vendor
go mod tidy

Manual Testing Instructions

It's probably good if it passes tests

@github-actions

Copy link
Copy Markdown

@rfay rfay requested a review from stasadev March 14, 2025 03:32
@rfay rfay marked this pull request as ready for review March 14, 2025 03:32
@rfay rfay requested review from a team as code owners March 14, 2025 03:32

@stasadev stasadev left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@rfay rfay merged commit da3e854 into ddev:main Mar 14, 2025
@rfay rfay deleted the 20250313_rfay_go_mod branch March 14, 2025 13:09
rfay added a commit that referenced this pull request Mar 14, 2025
…7079 (#7081)

Co-authored-by: Stanislav Zhuk <stasadev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants