Skip to content

Commit faf93a4

Browse files
committed
docs: go versioning
1 parent d75e5d3 commit faf93a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Protocol Buffer definitions repositoiry powering the [@Spounge](https://github.com/spounge-ai) ecosystem services.
88

99
[![Build](https://img.shields.io/github/actions/workflow/status/spoungeai/spounge-proto/build.yml?label=Build&style=flat&color=brightgreen)](https://github.com/spoungeai/spounge-proto/actions/workflows/build.yml)
10-
[![Go Module Version](https://img.shields.io/github/v/tag/spoungeai/spounge-proto?label=proto-go&style=flat&color=17a2b8)](https://github.com/spoungeai/spounge-proto/releases/latest)
10+
[![Go Module](https://img.shields.io/badge/proto--go-v1.2.1-17a2b8?style=flat)](https://github.com/spoungeai/spounge-proto/releases/tag/gen/go/v1.2.1)
1111
[![TypeScript Package](https://img.shields.io/npm/v/@spounge/proto-ts?label=proto-ts&style=flat&color=blue)](https://www.npmjs.com/package/@spounge/proto-ts)
1212
[![Python Package](https://img.shields.io/pypi/v/spounge-proto-py?label=proto-py&style=flat&color=DAA520)](https://pypi.org/project/spounge-proto-py/)
1313
[![License: MIT](https://img.shields.io/badge/License-MIT-blue?style=flat)](https://opensource.org/licenses/MIT)
@@ -40,7 +40,7 @@ Universal schema translator for LLM microservices. Automated code generation for
4040
```bash
4141
git clone https://github.com/spounge-ai/spounge-proto
4242
cd spounge-proto
43-
make docker-setup && make gen
43+
make docker-setup
4444
```
4545

4646
## Installation
@@ -255,8 +255,8 @@ curl -X POST \
255255
|------|---------|-------------|
256256
| Go | 1.24+ | [go.dev/doc/install](https://go.dev/doc/install) |
257257
| Node.js | LTS | [nodejs.org](https://nodejs.org/en/download/) |
258-
| protoc | v3.20.0+ | [grpc.io/docs/protoc-installation](https://grpc.io/docs/protoc-installation/) |
259-
| buf | v1.x.x+ | [docs.buf.build/installation](https://docs.buf.build/installation) |
258+
| protoc | v30+ | [protobuf.dev/installation/](https://protobuf.dev/installation/) |
259+
| buf | v2.x.x+ | [docs.buf.build/installation](https://docs.buf.build/installation) |
260260
| Docker | Latest | [docs.docker.com/get-docker](https://docs.docker.com/get-docker/) |
261261

262262
## Contact & Support

0 commit comments

Comments
 (0)