From 663478bf457f1fc3275973bea5b7b787cd332015 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 18 Nov 2020 12:37:41 +0000 Subject: [PATCH] readme updates reference to gollvm --- README.md | 6 +++--- v8/README.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48b4d54a..a3d175e5 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Development will be focused on the latest major version. New features will only #### Go Version Support +![Go version](https://img.shields.io/badge/Go-1.15-brightgreen.svg) ![Go version](https://img.shields.io/badge/Go-1.14-brightgreen.svg) -![Go version](https://img.shields.io/badge/Go-1.13-brightgreen.svg) -![Go version](https://img.shields.io/badge/Go-1.12-brightgreen.svg) -gokrb5 may work with other versions of Go but they are not tested. +gokrb5 may work with other versions of Go but they are not formally tested. +It has been reported that gokrb5 also works with the [gollvm](https://go.googlesource.com/gollvm/) compiler but this is not formally tested. ## Features * **Pure Go** - no dependency on external libraries diff --git a/v8/README.md b/v8/README.md index edd89906..a3d175e5 100644 --- a/v8/README.md +++ b/v8/README.md @@ -14,7 +14,8 @@ Development will be focused on the latest major version. New features will only ![Go version](https://img.shields.io/badge/Go-1.15-brightgreen.svg) ![Go version](https://img.shields.io/badge/Go-1.14-brightgreen.svg) -gokrb5 may work with other versions of Go but they are not tested. +gokrb5 may work with other versions of Go but they are not formally tested. +It has been reported that gokrb5 also works with the [gollvm](https://go.googlesource.com/gollvm/) compiler but this is not formally tested. ## Features * **Pure Go** - no dependency on external libraries