Skip to content

chore(deps): bump github.com/ollama/ollama from 0.1.46 to 0.20.3 in /docs/multiple-tests/pattern-vulnerability-high/src/golang#284

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/docs/multiple-tests/pattern-vulnerability-high/src/golang/github.com/ollama/ollama-0.20.3
Open

chore(deps): bump github.com/ollama/ollama from 0.1.46 to 0.20.3 in /docs/multiple-tests/pattern-vulnerability-high/src/golang#284
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/docs/multiple-tests/pattern-vulnerability-high/src/golang/github.com/ollama/ollama-0.20.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps github.com/ollama/ollama from 0.1.46 to 0.20.3.

Release notes

Sourced from github.com/ollama/ollama's releases.

v0.20.3

What's Changed

  • Gemma 4 Tool Calling improvements
  • Added latest models to Ollama App
  • OpenClaw fixes for launching TUI

Full Changelog: ollama/ollama@v0.20.2...v0.20.3

v0.20.2

What's Changed

Full Changelog: ollama/ollama@v0.20.1...v0.20.2

v0.20.1

What's Changed

Full Changelog: ollama/ollama@v0.20.0...v0.20.1

v0.20.0

Gemma 4

Effective 2B (E2B)

ollama run gemma4:e2b

Effective 4B (E4B)

ollama run gemma4:e4b

26B (Mixture of Experts model with 4B active parameters)

ollama run gemma4:26b

31B (Dense)

</tr></table> 

... (truncated)

Commits
  • 8c8f8f3 model/parsers: add gemma4 tool call repair (#15374)
  • 82f0139 launch/openclaw: patch approvedScopes baseline for TUI pairing (#15375)
  • 26a58b2 app: update featured models (#15373)
  • 34a790a model/parsers: suppress extra gemma4 closing tool tags (#15370)
  • 4589fa2 app: default app home view to new chat instead of launch (#15312)
  • 4bc2728 Revert "enable flash attention for gemma4 (#15296)" (#15311)
  • 49d5fd5 model/parsers: rework gemma4 tool call handling (#15306)
  • 3cd2b03 ggml: fix ROCm build for cublasGemmBatchedEx reserve wrapper
  • c8e0878 enable flash attention for gemma4 (#15296)
  • bb0c58e ggml: skip cublasGemmBatchedEx during graph reservation
  • 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 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 [github.com/ollama/ollama](https://github.com/ollama/ollama) from 0.1.46 to 0.20.3.
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.1.46...v0.20.3)

---
updated-dependencies:
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.20.3
  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 May 8, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 8, 2026 17:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 8, 2026
@codacybeta codacybeta enabled auto-merge (squash) May 8, 2026 17:27
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@codacy-production codacy-production Bot 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

This PR is critically flawed and should not be merged in its current state. Although the title indicates a dependency bump for github.com/ollama/ollama to v0.20.3, the actual changes delete all dependency requirements from the go.mod file. This is a major logic error that will result in build failures.

Additionally, the PR removes golang.org/x/net—a dependency previously marked as critical—and upgrades the Go version to 1.24.1 without mention in the PR description. The stated acceptance criteria for the version bump have not been met because the dependency was removed rather than updated.

About this PR

  • The dependency 'golang.org/x/net', which was explicitly marked as 'Critical', has been removed without explanation. If this was intentional, please provide context on how its functionality or security requirements are now met.
  • The Go version was upgraded from 1.21.0 to 1.24.1 and the toolchain directive was removed. These changes are missing from the PR description and should be documented.
1 comment outside of the diff
[REDACTED:HIGH_ENTROPY]

line 3 🔴 HIGH RISK
The require blocks for github.com/ollama/ollama and golang.org/x/net have been removed, which contradicts the PR's intent to upgrade a dependency and will cause build failures. The dependency 'github.com/ollama/ollama' was removed from go.mod instead of being updated to v0.20.3 as requested in the PR title. Try running the following prompt in your coding agent: > Restore the require directives in go.mod, updating github.com/ollama/ollama to v0.20.3 and ensuring golang.org/x/net is present at its required version.

Test suggestions

  • Verify that the go.mod file correctly lists github.com/ollama/ollama at version v0.20.3.
  • Verify that the project compiles and dependencies are correctly resolved after the Go version upgrade.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the go.mod file correctly lists github.com/ollama/ollama at version v0.20.3.
2. Verify that the project compiles and dependencies are correctly resolved after the Go version upgrade.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

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