diff --git a/ollama.yaml b/ollama.yaml index b44299a6e33..610aaa48f4b 100644 --- a/ollama.yaml +++ b/ollama.yaml @@ -1,6 +1,6 @@ package: name: ollama - version: 0.4.1 + version: 0.4.2 epoch: 0 description: Get up and running with Llama 2 and other large language models locally copyright: @@ -20,11 +20,7 @@ pipeline: with: repository: https://github.com/ollama/ollama tag: v${{package.version}} - expected-commit: c2e8cbaa140986b6a27f2c795e2fb9b38e74f094 - - - uses: go/bump - with: - deps: golang.org/x/image@v0.18.0 + expected-commit: d875e99e4639dc07af90b2e3ea0d175e2e692efb - runs: | go generate ./...