diff options
| author | 2025-11-15 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-15 00:00:00 +0000 | |
| commit | 986cd2b7a39773233bc6e0f46ae433f46dc0ddfe (patch) | |
| tree | e877b8a6b1a66fd45a920389b10d29e0d12512cf /README.md | |
| parent | Semver (diff) | |
| signature | ||
gccgo support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
