Skip to content

Bump github.com/cloudwego/eino from 0.7.14 to 0.7.15 #2

Bump github.com/cloudwego/eino from 0.7.14 to 0.7.15

Bump github.com/cloudwego/eino from 0.7.14 to 0.7.15 #2

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
args: --timeout 3m --max-same-issues 0 --max-issues-per-linter 0 --verbose