From 1626719d6c588470438fa6fd5cfc3261a239bf7e Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Sun, 18 Aug 2024 13:35:49 +0200 Subject: [PATCH] Add support for Go 1.23 (#741) Signed-off-by: Mark S. Lewis --- .github/workflows/test.yml | 5 +++-- docs/compatibility.md | 14 +++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3fd305b6..7d343808c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,8 +52,9 @@ jobs: go-version: - "1.21" - "1.22" + - "1.23" include: - - go-version: "1.22" + - go-version: "1.23" coverage: true env: SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf @@ -85,7 +86,7 @@ jobs: matrix: go-version: - "1.21" - - "1.22" + - "1.23" env: SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf steps: diff --git a/docs/compatibility.md b/docs/compatibility.md index 6d21a94af..b33be1167 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -4,10 +4,10 @@ Each minor release version of Fabric Gateway client API targets the current supp The following table shows versions of Fabric, programming language runtimes, and other dependencies that are explicitly tested and that are supported for use with the latest version of the Fabric Gateway client API. -| | Tested | Supported | -| ------------ | ------------ | ------------- | -| **Fabric** | 2.5 | 2.4.4+ | -| **Go** | 1.21, 1.22 | 1.21, 1.22 | -| **Node** | 18, 20 | 18, 20 | -| **Java** | 11, 17, 21 | 8, 11, 17, 21 | -| **Platform** | Ubuntu 22.04 | | +| | Tested | Supported | +| ------------ | ---------------- | ---------------- | +| **Fabric** | 2.5 | 2.4.4+ | +| **Go** | 1.21, 1.22, 1.23 | 1.21, 1.22, 1.23 | +| **Node** | 18, 20 | 18, 20 | +| **Java** | 11, 17, 21 | 8, 11, 17, 21 | +| **Platform** | Ubuntu 22.04 | |