Skip to content

Commit

Permalink
docs: remove XXX
Browse files Browse the repository at this point in the history
will create a separate PR updating gogoproto for v0.38
  • Loading branch information
melekes committed Nov 14, 2023
1 parent 1b3367d commit a4a1a04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions docs/guides/go-built-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ github.com/cometbft/cometbft v0.38.0
)
```

XXX: CometBFT `v0.38.0` uses a slightly outdated `gogoproto` library, which
may fail to compile with newer Go versions. To avoid any compilation errors,
upgrade `gogoproto` manually:

```bash
go get github.com/cosmos/gogoproto@v1.4.11
```

As you write the kvstore application, you can rebuild the binary by
pulling any new dependencies and recompiling it.

Expand Down
8 changes: 0 additions & 8 deletions docs/guides/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ github.com/cometbft/cometbft v0.38.0
)
```

XXX: CometBFT `v0.38.0` uses a slightly outdated `gogoproto` library, which
may fail to compile with newer Go versions. To avoid any compilation errors,
upgrade `gogoproto` manually:

```bash
go get github.com/cosmos/gogoproto@v1.4.11
```

As you write the kvstore application, you can rebuild the binary by
pulling any new dependencies and recompiling it.

Expand Down

0 comments on commit a4a1a04

Please sign in to comment.