Skip to content

Commit

Permalink
Update to TileDB v2.22.0.
Browse files Browse the repository at this point in the history
Go through the release ritual of updating to the latest TileDB release.
  • Loading branch information
NullHypothesis committed Apr 15, 2024
1 parent 83e8685 commit 381567e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tiledb-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:

env:
# The version of TileDB to test against.
CORE_VERSION: "2.21.0"
CORE_VERSION: "2.22.0"
# The abbreviated git commit hash to use.
CORE_HASH: "0ea9c13"
CORE_HASH: "52e981e"

jobs:
golangci:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ as such the below table reference which versions are compatible.
| 0.25.0 | 2.19.X |
| 0.26.0 | 2.20.X |
| 0.27.0 | 2.21.X |
| 0.28.0 | 2.22.X |


## Missing Functionality
Expand Down

0 comments on commit 381567e

Please sign in to comment.