sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
Apache License 2.0
9.25k stars 1.42k forks source link

Add CI tests for the oldest Go version we support #802

Open sashabaranov opened 4 months ago

sashabaranov commented 4 months ago

We need to make sure that the library builds and passes tests on the oldest Go version we support: https://github.com/sashabaranov/go-openai/blob/master/go.mod

Relevant: https://github.com/sashabaranov/go-openai/pull/778