pinecone-io / go-pinecone

Pinecone.io Golang Client
Apache License 2.0
49 stars 9 forks source link

Update OpenAPI repo path #25

Closed aulorbe closed 5 months ago

aulorbe commented 5 months ago

Problem

As described here, the path to the OpenAPI repo has changed. Subsequently, we have to change the path in our justfile.

Solution

Update path in justfile, run just bootstrap to update generated core code and update go.mod and go.sum files.

Type of Change

Test Plan

CI passes.