Skip to content

Bump golang.org/x/image from 0.36.0 to 0.38.0#198

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/golang.org/x/image-0.38.0
Open

Bump golang.org/x/image from 0.36.0 to 0.38.0#198
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/golang.org/x/image-0.38.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps golang.org/x/image from 0.36.0 to 0.38.0.

Commits
  • 23ae9ed tiff: cap buffer growth to prevent OOM from malicious IFD offset
  • e589e60 webp: allow VP8L + VP8X(with alpha)
  • fe7d73d go.mod: update golang.org/x dependencies
  • e3d762b all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.36.0 to 0.38.0.
- [Commits](golang/image@v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 30, 2026
@llgcode llgcode requested a review from Copilot April 1, 2026 19:55
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the golang.org/x/image dependency from v0.36.0 to v0.38.0 (Dependabot), along with associated module metadata updates.

Changes:

  • Bump golang.org/x/image requirement to v0.38.0.
  • Update go.mod Go version directive (and remove the toolchain directive).
  • Refresh go.sum entries for updated module versions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates Go version directive and bumps golang.org/x/image to v0.38.0.
go.sum Updates checksums to match the new golang.org/x/image version and related module graph changes.

go 1.24.0

toolchain go1.24.3
go 1.25.0
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

go 1.25.0 will break builds/CI that still run older Go versions. In this repo, .github/workflows/go.yml pins go-version: '1.20', so this PR is expected to fail with "go.mod requires go >= 1.25" (or similar). Either update the CI/tooling + documented supported Go version to 1.25, or avoid upgrading to an x/image version that requires Go 1.25.

Copilot uses AI. Check for mistakes.
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant