Skip to content

📦 Upgrade sashabaranov/go-openai from v1.17.9 to v1.27.1 #100

📦 Upgrade sashabaranov/go-openai from v1.17.9 to v1.27.1

📦 Upgrade sashabaranov/go-openai from v1.17.9 to v1.27.1 #100

Workflow file for this run

name: tests
on:
push:
branches:
- master
- main
- staging
pull_request:
permissions:
contents: read
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- id: 'codegen'
name: 'Launching code generation'
run: 'make codegen'
- id: 'tests'
name: 'Launching tests'
run: 'make test'