Skip to content

chore(deps): bump github.com/ollama/ollama from 0.4.1 to 0.4.2 #281

chore(deps): bump github.com/ollama/ollama from 0.4.1 to 0.4.2

chore(deps): bump github.com/ollama/ollama from 0.4.1 to 0.4.2 #281

Workflow file for this run

name: Lint
on:
pull_request:
push:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Install Dependencies
run: bash hack/install-deps.sh
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
version: v1.61.0
continue-on-error: true