Skip to content

Bump github.com/sashabaranov/go-openai from 1.14.1 to 1.21.0 #13

Bump github.com/sashabaranov/go-openai from 1.14.1 to 1.21.0

Bump github.com/sashabaranov/go-openai from 1.14.1 to 1.21.0 #13

Workflow file for this run

name: lint
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
branches:
- main
paths-ignore:
- "**.md"
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.0