From 03de571a00c714b3f341a738898d5eafa036c29a Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Wed, 24 Sep 2025 14:02:46 -0700 Subject: [PATCH] docs: update README with Go version management details Added Go version management section and updated maintainer information. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2417fd80..1aa56047 100644 --- a/README.md +++ b/README.md @@ -103,13 +103,17 @@ Run it like so: ./mkreleaselog v0.25.0 v0.26.0 > /tmp/v0.26.0.notes.txt ``` +## Go Version Management + +This repo follows [the same policy as Lotus](https://github.com/filecoin-project/lotus/blob/master/CONTRIBUTING.md#go-version-management). + +See [PR #545](https://github.com/filecoin-project/filecoin-ffi/pull/545) for an example of upgrading from 1.23.7 to 1.24.7. + ## Contribution ### Maintainers -The core maintainers of this repository are: -- @Filoz -- [Elliptic Research](https://www.ellipticresearch.com/) +The core maintainer of this repository is [FilOz](https://filoz.org/). Maintainers are not only the contributors of this repository, but also exercise a range of editorial responsibilities to keep the repository organized for the OSS contributors, that includes triage the issues, review and merge/close PRs, publish releases and so on.