Skip to content

build(deps): bump github.com/ollama/ollama from 0.3.1 to 0.3.5 #664

build(deps): bump github.com/ollama/ollama from 0.3.1 to 0.3.5

build(deps): bump github.com/ollama/ollama from 0.3.1 to 0.3.5 #664

Workflow file for this run

name: Run Go Tests
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.22'
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: go test ./...