aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-15 00:00:00 +0000
committerGravatar Runxi Yu2025-11-15 00:00:00 +0000
commit986cd2b7a39773233bc6e0f46ae433f46dc0ddfe (patch)
treee877b8a6b1a66fd45a920389b10d29e0d12512cf
parentSemver (diff)
signature
gccgo support
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71a1c9d6..3b7ca9e2 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,15 @@ optimizations thereof.
Furgit uses SHA-256 by default. To switch to SHA-1, use the `sha1` build tag.
There will be future research to investigate potentially supporting both
-algorithms in one build of the library (likely heavily using generics).
+algorithms in one build of the library.
+
+## Go versions
+
+We currently support Go 1.18 or later, in order to support
+[gccgo](https://gcc.gnu.org/onlinedocs/gccgo/).
+
+gccgo support may be dropped in the future if there is a strong reason to use
+newer language features.
## Repos and community resources