Skip to content

Commit 772e220

Browse files
committed
mise: bump Go and Go dep versions
1 parent da43ff6 commit 772e220

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/docker/docker v27.5.1+incompatible
1717
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
1818
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250314162817-2c60e5723c64
19-
github.com/ethereum/go-ethereum v1.15.3
19+
github.com/ethereum/go-ethereum v1.15.7
2020
github.com/fatih/color v1.18.0
2121
github.com/fsnotify/fsnotify v1.9.0
2222
github.com/go-task/slim-sprig/v3 v3.0.0

mise.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tools]
22

33
# Core dependencies
4-
go = "1.22.7"
4+
go = "1.23.8"
55
rust = "1.83.0"
66
python = "3.12.0"
77
uv = "0.5.5"
@@ -15,10 +15,10 @@ just = "1.37.0"
1515
"cargo:svm-rs" = "0.5.8"
1616

1717
# Go dependencies
18-
"go:github.com/ethereum/go-ethereum/cmd/abigen" = "1.10.25"
19-
"go:gotest.tools/gotestsum" = "1.12.0"
20-
"go:github.com/vektra/mockery/v2" = "2.46.0"
21-
"go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.64.5"
18+
"go:github.com/ethereum/go-ethereum/cmd/abigen" = "1.15.10"
19+
"go:gotest.tools/gotestsum" = "1.12.1"
20+
"go:github.com/vektra/mockery/v2" = "2.53.3"
21+
"go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.64.8"
2222

2323
# Python dependencies
2424
"pipx:slither-analyzer" = "0.10.2"

0 commit comments

Comments
 (0)