Skip to content

Commit b9a99b3

Browse files
deps: bump go to version 1.24.9 (#1821)
1 parent bfb24bf commit b9a99b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG AVALANCHEGO_NODE_IMAGE="invalid-image"
55

66
# ============= Compilation Stage ================
7-
FROM --platform=$BUILDPLATFORM golang:1.24.8-bookworm AS builder
7+
FROM --platform=$BUILDPLATFORM golang:1.24.9-bookworm AS builder
88

99
WORKDIR /build
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To support these changes, there have been a number of changes to the SubnetEVM b
6969

7070
### Clone Subnet-evm
7171

72-
First install Go 1.24.8 or later. Follow the instructions [here](https://go.dev/doc/install). You can verify by running `go version`.
72+
First install Go 1.24.9 or later. Follow the instructions [here](https://go.dev/doc/install). You can verify by running `go version`.
7373

7474
Set `$GOPATH` environment variable properly for Go to look for Go Workspaces. Please read [this](https://go.dev/doc/code) for details. You can verify by running `echo $GOPATH`.
7575

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/subnet-evm
22

3-
go 1.24.8
3+
go 1.24.9
44

55
require (
66
github.com/VictoriaMetrics/fastcache v1.12.1

0 commit comments

Comments
 (0)