pinecone-io / go-pinecone

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

Add GH action + workflow for setting up Go env in CI #43

Closed aulorbe closed 4 months ago

aulorbe commented 4 months ago

Problem

CI currently won't run for generating godoc documentation because we have no "setup" steps that installs go and our project's dependencies.

Solution

Add 'em.

Type of Change

Test Plan

CI passes.