We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cb6409 + 5e73069 commit 61dd748Copy full SHA for 61dd748
.github/workflows/tiledb-go.yml
@@ -10,9 +10,9 @@ on:
10
11
env:
12
# The version of TileDB to test against.
13
- CORE_VERSION: "2.25.0"
+ CORE_VERSION: "2.26.0"
14
# The abbreviated git commit hash to use.
15
- CORE_HASH: "bbcbd3f"
+ CORE_HASH: "983b716"
16
17
jobs:
18
golangci:
README.md
@@ -101,6 +101,7 @@ as such the below table reference which versions are compatible.
101
| 0.29.0 | 2.23.X |
102
| 0.30.0 | 2.24.X |
103
| 0.31.0 | 2.25.X |
104
+| 0.32.0 | 2.26.X |
105
106
107
## Deprecated Functionality
0 commit comments