Skip to content

Commit 61dd748

Browse files
authored
Merge pull request #350 from TileDB-Inc/yt/update-to-tiledb-2.26.0
Update to TileDB 2.26.0
2 parents 6cb6409 + 5e73069 commit 61dd748

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tiledb-go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010

1111
env:
1212
# The version of TileDB to test against.
13-
CORE_VERSION: "2.25.0"
13+
CORE_VERSION: "2.26.0"
1414
# The abbreviated git commit hash to use.
15-
CORE_HASH: "bbcbd3f"
15+
CORE_HASH: "983b716"
1616

1717
jobs:
1818
golangci:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ as such the below table reference which versions are compatible.
101101
| 0.29.0 | 2.23.X |
102102
| 0.30.0 | 2.24.X |
103103
| 0.31.0 | 2.25.X |
104+
| 0.32.0 | 2.26.X |
104105

105106

106107
## Deprecated Functionality

0 commit comments

Comments
 (0)