Skip to content

chore(deps): bump github.com/sashabaranov/go-openai from 1.23.0 to 1.24.1 #107

chore(deps): bump github.com/sashabaranov/go-openai from 1.23.0 to 1.24.1

chore(deps): bump github.com/sashabaranov/go-openai from 1.23.0 to 1.24.1 #107

Workflow file for this run

name: Test
on:
pull_request: {}
push:
branches:
- "master"
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
run: go test -v ./...