File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 - Add ` minDelayExcess ` (uint64) to block header for Granite upgrade.
1212 - Add minimum block building delays to conform the block builder to ACP-226 requirements.
1313 - Add minimum delay verification.
14- - Update go version to 1.24.8
14+ - Update go version to 1.24.9
1515
1616## [ v0.15.3] ( https://github.com/ava-labs/coreth/releases/tag/v0.15.3 )
1717
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module github.com/ava-labs/coreth
1212//
1313// - If updating between minor versions (e.g. 1.24.x -> 1.25.x):
1414// - Consider updating the version of golangci-lint (see tools/go.mod)
15- go 1.24.8
15+ go 1.24.9
1616
1717require (
1818 github.com/VictoriaMetrics/fastcache v1.12.1
Original file line number Diff line number Diff line change 11module github.com/ava-labs/coreth/tools
22
3- go 1.24.8
3+ go 1.24.9
44
55tool (
66 github.com/fjl/gencodec
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module github.com/ava-labs/coreth/tools/legacy-golangci-lint
1111// go tool -modfile=tools/legacy-golangci-lint.mod golangci-lint [args]
1212//
1313
14- go 1.24.8
14+ go 1.24.9
1515
1616tool github.com/golangci/golangci-lint/cmd/golangci-lint
1717
You can’t perform that action at this time.
0 commit comments