From 34104d05d0ba488627f2ab848793a269bc71d556 Mon Sep 17 00:00:00 2001 From: Aayush Date: Wed, 9 Aug 2023 11:18:58 -0400 Subject: [PATCH] Update Changelog to mention bump in minimum Go version --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e2c9369..5045d8773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This feature release of Lotus includes numerous improvements and enhancements for node operators, ETH RPC-providers and storage providers. +This feature release requires a **minimum Go version of v1.19.12 or higher to successfully build Lotus**. Go version 1.20 is also supported, but 1.21 is NOT. + ## Highlights - [Lotus now includes a Slasher tool](https://github.com/filecoin-project/lotus/pull/10928) to monitor the network for Consensus Faults, and report them as appropriate