This is an automated email from the ASF dual-hosted git repository.

placave pushed a commit to branch go-bump
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git

commit 3a4ad888142b31040f457c4ad241b436b1a42875
Author: Pierre Lacave <[email protected]>
AuthorDate: Mon Jul 22 13:05:26 2024 +0200

    Bump to Go 1.22
---
 .github/workflows/go.yml | 2 +-
 README.md                | 4 ++--
 go.mod                   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index fefbe47..e83f266 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go-version: [ '1.21.x' ]
+        go-version: [ '1.22.x' ]
     steps:
     - uses: actions/checkout@v3
 
diff --git a/README.md b/README.md
index 2d160fc..3ebc1ea 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ If you are interested in making contributions to this site 
please see our [Commu
 |                  | CormodeItemsSketch<T>   | ❌ |
 |                  | KllDoublesSketch        | ❌ |
 |                  | KllFloatsSketch         | ❌ |
-|                  | KllSketch<T>            | ❌ |
+|                  | KllSketch<T>            | ⚠️ |
 |                  | ReqFloatsSketch         | ❌ |
 | Frequencies  |              | ️ |
 |              | LongsSketch             | ⚠️ |
@@ -77,4 +77,4 @@ If you are interested in making contributions to this site 
please see our [Commu
 
 =================
 
-This code requires Go 1.21
+This code requires Go 1.22
diff --git a/go.mod b/go.mod
index f5b0781..82705d4 100644
--- a/go.mod
+++ b/go.mod
@@ -17,9 +17,9 @@
 
 module github.com/apache/datasketches-go
 
-go 1.21
+go 1.22
 
-toolchain go1.21.1
+toolchain go1.22.5
 
 require (
        github.com/stretchr/testify v1.8.4


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to