Skip to content

build(deps): bump github.com/sashabaranov/go-openai from 1.14.1 to 1.15.4 #182

build(deps): bump github.com/sashabaranov/go-openai from 1.14.1 to 1.15.4

build(deps): bump github.com/sashabaranov/go-openai from 1.14.1 to 1.15.4 #182

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: go mod tidy
run: |
go mod tidy
git diff --exit-code
- name: test
run: make test
- name: build
run: make bin