Skip to content

Commit

Permalink
Add support for Go 1.23 (#741)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Aug 18, 2024
1 parent 1e03b8b commit 1626719
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -85,7 +86,7 @@ jobs:
matrix:
go-version:
- "1.21"
- "1.22"
- "1.23"
env:
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
steps:
Expand Down
14 changes: 7 additions & 7 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |

0 comments on commit 1626719

Please sign in to comment.