Skip to content

build(deps): bump golang.org/x/image to v0.38.0#130

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-44917c1e6c
Open

build(deps): bump golang.org/x/image to v0.38.0#130
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-44917c1e6c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

User description

Bumps the go_modules group with 1 update in the / directory: golang.org/x/image.

Updates golang.org/x/image from 0.10.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]
  • 833c6ed go.mod: update golang.org/x dependencies
  • bc7fe0b go.mod: update golang.org/x dependencies
  • c53c97f go.mod: update golang.org/x dependencies
  • 9032ff7 all: eliminate vet diagnostics
  • 9c9d08c go.mod: update golang.org/x dependencies
  • 742b1b7 all: fix some comments
  • Additional commits viewable 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

PR Type

Enhancement


Description

  • Upgrade golang.org/x/image to v0.38.0

  • Raise Go directive to 1.25.0

  • Refresh and prune go.sum entries


Diagram Walkthrough

flowchart LR
  gomod["go.mod dependency updates"]
  image["golang.org/x/image v0.38.0"]
  goversion["Go directive 1.25.0"]
  gosum["go.sum checksum refresh"]

  gomod -- "bumps" --> image
  gomod -- "raises" --> goversion
  image -- "updates" --> gosum
Loading

File Walkthrough

Relevant files
Dependencies
go.mod
Update Go version and image dependency                                     

go.mod

  • Update Go directive to 1.25.0
  • Bump indirect golang.org/x/image to v0.38.0
+2/-2     
go.sum
Refresh module checksums after dependency bump                     

go.sum

  • Add checksums for golang.org/x/image v0.38.0
  • Remove stale module checksum entries
  • Prune transitive hashes no longer needed
+2/-45   

Bumps the go_modules group with 1 update in the / directory: [golang.org/x/image](https://github.com/golang/image).


Updates `golang.org/x/image` from 0.10.0 to 0.38.0
- [Commits](golang/image@v0.10.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
...

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
@sophie-syntax sophie-syntax Bot changed the title build(deps): bump golang.org/x/image from 0.10.0 to 0.38.0 in the go_modules group across 1 directory build(deps): bump golang.org/x/image to v0.38.0 Mar 30, 2026
@sophie-syntax

sophie-syntax Bot commented Mar 30, 2026

Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Toolchain bump

The go directive was raised from 1.20 to 1.25.0 even though this PR is only updating golang.org/x/image. That makes the module unbuildable with any Go toolchain older than 1.25, so existing CI, release jobs, or contributors still on 1.20-1.24 will start failing with a minimum-version error as soon as they run go build or go test.

go 1.25.0

@sophie-syntax

sophie-syntax Bot commented Mar 30, 2026

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

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 Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants