Skip to content

Commit

Permalink
chore(deps): bump go
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Jul 4, 2024
1 parent bc9f002 commit 2145702
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
### Stage 0 - Build Arguments ###
#######################################################

ARG GO_VERSION=1.22.4
ARG GO_VERSION=1.22.5
ARG RUNNER_IMAGE=alpine:3.20
ARG BUILD_TAGS="netgo,muslc,blst,bls12381,pebbledb"
ARG NAME=beacond
Expand Down
2 changes: 1 addition & 1 deletion beacond/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/beacond

go 1.22.4
go 1.22.5

replace (
// The following are required to build with the latest version of the cosmos-sdk main branch:
Expand Down
2 changes: 1 addition & 1 deletion build/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/build/tools

go 1.22.4
go 1.22.5

// staticcheck fix
replace honnef.co/go/tools v0.2.1 => github.com/honnef/go-tools v0.5.0-0.dev.0.20240621230735-3fe6ed0ecdfe
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.4
go 1.22.5

use (
./beacond
Expand Down
2 changes: 1 addition & 1 deletion mod/async/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/berachain/beacon-kit/mod/async

go 1.22.4
go 1.22.5
2 changes: 1 addition & 1 deletion mod/beacon/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/beacon

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/async v0.0.0-20240618214413-d5ec0e66b3dd
Expand Down
2 changes: 1 addition & 1 deletion mod/chain-spec/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/chain-spec

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/primitives v0.0.0-20240703145037-b5612ab256db
Expand Down
2 changes: 1 addition & 1 deletion mod/cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/cli

go 1.22.4
go 1.22.5

replace (
// The following are required to build with the latest version of the cosmos-sdk main branch:
Expand Down
2 changes: 1 addition & 1 deletion mod/config/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/config

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/beacon v0.0.0-20240624204855-d8809d5c8588
Expand Down
2 changes: 1 addition & 1 deletion mod/consensus-types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/consensus-types

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/config v0.0.0-20240628210719-e32b1662132e
Expand Down
2 changes: 1 addition & 1 deletion mod/consensus/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/consensus

go 1.22.4
go 1.22.5

replace (
// The following are required to build with the latest version of the cosmos-sdk main branch:
Expand Down
2 changes: 1 addition & 1 deletion mod/da/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/da

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/async v0.0.0-20240623030054-639bea05ba49
Expand Down
2 changes: 1 addition & 1 deletion mod/engine-primitives/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/engine-primitives

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/errors v0.0.0-20240618214413-d5ec0e66b3dd
Expand Down
2 changes: 1 addition & 1 deletion mod/errors/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/errors

go 1.22.4
go 1.22.5

require github.com/cockroachdb/errors v1.11.3

Expand Down
2 changes: 1 addition & 1 deletion mod/execution/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/execution

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/async v0.0.0-20240624204855-d8809d5c8588
Expand Down
2 changes: 1 addition & 1 deletion mod/geth-primitives/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/geth-primitives

go 1.22.4
go 1.22.5

require github.com/ethereum/go-ethereum v1.14.5

Expand Down
2 changes: 1 addition & 1 deletion mod/log/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/berachain/beacon-kit/mod/log

go 1.22.4
go 1.22.5

require github.com/phuslu/log v1.0.106
2 changes: 1 addition & 1 deletion mod/node-api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/node-api

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/consensus-types v0.0.0-20240624003607-df94860f8eeb
Expand Down
2 changes: 1 addition & 1 deletion mod/node-core/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/node-core

go 1.22.4
go 1.22.5

replace (
// The following are required to build with the latest version of the cosmos-sdk main branch:
Expand Down
2 changes: 1 addition & 1 deletion mod/p2p/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/berachain/beacon-kit/mod/p2p

go 1.22.4
go 1.22.5
2 changes: 1 addition & 1 deletion mod/payload/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/payload

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/engine-primitives v0.0.0-20240624204855-d8809d5c8588
Expand Down
2 changes: 1 addition & 1 deletion mod/primitives/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/primitives

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/chain-spec v0.0.0-20240703145037-b5612ab256db
Expand Down
2 changes: 1 addition & 1 deletion mod/runtime/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/runtime

go 1.22.4
go 1.22.5

replace (
// The following are required to build with the latest version of the cosmos-sdk main branch:
Expand Down
2 changes: 1 addition & 1 deletion mod/state-transition/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/state-transition

go 1.22.4
go 1.22.5

require (
github.com/berachain/beacon-kit/mod/engine-primitives v0.0.0-20240624204855-d8809d5c8588
Expand Down
2 changes: 1 addition & 1 deletion mod/storage/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/mod/storage

go 1.22.4
go 1.22.5

replace (
cosmossdk.io/api => cosmossdk.io/api v0.7.3-0.20240623110059-dec2d5583e39
Expand Down
2 changes: 1 addition & 1 deletion testing/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/beacon-kit/testing

go 1.22.4
go 1.22.5

replace (
// The following are required to build with the latest version of the cosmos-sdk main branch:
Expand Down

0 comments on commit 2145702

Please sign in to comment.