Skip to content

Commit 4d45074

Browse files
bump version
1 parent f902d62 commit 4d45074

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1717
require (
1818
github.com/VictoriaMetrics/fastcache v1.12.1

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ava-labs/coreth/tools
22

3-
go 1.24.8
3+
go 1.24.9
44

55
tool (
66
github.com/fjl/gencodec

tools/legacy-golangci-lint.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1616
tool github.com/golangci/golangci-lint/cmd/golangci-lint
1717

0 commit comments

Comments
 (0)