Skip to content

Commit

Permalink
fix: revert go auto switching to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Sep 28, 2023
1 parent bde38a2 commit 3422961
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/core/running-in-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ wrong.
Other useful endpoints include mentioned earlier `/status`, `/net_info` and
`/validators`.

CometBFT also can report and serve Prometheus metrics. See
CometBFT also can report and serve Prometheus and Pyroscope metrics. See
[Metrics](./metrics.md).

`cometbft debug dump` sub-command can be used to periodically dump useful
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/cometbft/cometbft

go 1.21

toolchain go1.21.1
go 1.20

require (
github.com/BurntSushi/toml v1.2.1
Expand Down
Loading

0 comments on commit 3422961

Please sign in to comment.