Skip to content

Commit

Permalink
build(deps): bump Go version to 1.22.11 (#4891)
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes authored Jan 30, 2025
1 parent 930813e commit 4f70ba6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guides/go-built-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Verify that you have the latest version of Go installed (refer to the [official

```bash
$ go version
go version go1.22.7 darwin/amd64
go version go1.22.11 darwin/amd64
```

## 1.2 Creating a new Go project
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Verify that you have the latest version of Go installed (refer to the [official

```bash
$ go version
go version go1.22.7 darwin/amd64
go version go1.22.11 darwin/amd64
```

## 1.2 Creating a new Go project
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cometbft/cometbft

go 1.22.7
go 1.22.11

require (
github.com/BurntSushi/toml v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We need to build in a Linux environment to support C libraries, e.g. RocksDB.
# We use Debian instead of Alpine, so that we can use binary database packages
# instead of spending time compiling them.
FROM cometbft/cometbft-db-testing:v0.14.1
FROM cometbft/cometbft-db-testing:v0.14.2

RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null

Expand Down

0 comments on commit 4f70ba6

Please sign in to comment.