From 2f165186d16435c75755b973e4e8224a2e25c4d4 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 25 Sep 2025 03:29:24 -0500 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b232d86..13e7651 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Feel free to join our seperate [matrix](https://matrix.to/#/#reticulum-go-dev:ma ## Usage -Requires Go 1.24+ +Requires Go 1.25+ ``` make install @@ -42,4 +42,4 @@ revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/* ## Cryptographic Libraries -- `golang.org/x/crypto` `v0.41.0` - Cryptographic primitives +- `golang.org/x/crypto` `v0.42.0` - Cryptographic primitives