Skip to content

fix(deps): update module github.com/openai/openai-go/v2 to v3 #265

fix(deps): update module github.com/openai/openai-go/v2 to v3

fix(deps): update module github.com/openai/openai-go/v2 to v3 #265

Workflow file for this run

name: golang-ci
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
env:
GO_VERSION: 1.24
jobs:
lint-and-test:
name: lint & test
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: ./.github/actions/lint-and-test
with:
go-version: ${{env.GO_VERSION}}