Skip to content

Commit

Permalink
Pin oapi-codegen version to latest that uses the /deepmap path
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Jun 18, 2024
1 parent 257e9f6 commit 9795251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:
bootstrap:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@latest
go install github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v2.2.0
go install golang.org/x/tools/cmd/godoc@latest
gen:
protoc --experimental_allow_proto3_optional --proto_path=apis/proto --go_opt=module="github.com/pinecone-io/go-pinecone" --go-grpc_opt=module="github.com/pinecone-io/go-pinecone" --go_out=. --go-grpc_out=. apis/proto/pinecone/data/v1/vector_service.proto
Expand Down

0 comments on commit 9795251

Please sign in to comment.