Skip to content

Commit

Permalink
chore: bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jul 18, 2024
1 parent 6ad3a81 commit bb5deb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target "common" {
args = {
BASE_IMAGE = "debian:bookworm-20240311-slim"
RUST_VERSION = "1.78.0"
GO_VERSION = "1.22.1"
GO_VERSION = "1.22.5"
FOUNDRY_NIGHTLY_VERSION = "293fad73670b7b59ca901c7f2105bf7a29165a90"
SERVER_MANAGER_VERSION = "0.9.1"
MACHINE_EMULATOR_VERSION = "0.16.1"
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/cartesi/rollups-node

go 1.22.1
go 1.22.5

require (
github.com/ethereum/go-ethereum v1.14.6
Expand Down

0 comments on commit bb5deb1

Please sign in to comment.