From faadc4a1a061e1d520258ebe0313d5e2975c232e Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Wed, 26 Nov 2025 10:55:32 -0500 Subject: [PATCH] Test 2.30.0-rc0. --- .github/workflows/tiledb-go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tiledb-go.yml b/.github/workflows/tiledb-go.yml index d9d488f8..acd1f9c6 100644 --- a/.github/workflows/tiledb-go.yml +++ b/.github/workflows/tiledb-go.yml @@ -10,9 +10,9 @@ on: env: # The version of TileDB to test against. - CORE_VERSION: "2.29.1" + CORE_VERSION: "2.30.0-rc0" # The abbreviated git commit hash to use. - CORE_HASH: "9a6284d" + CORE_HASH: "9fc5c32" jobs: golangci: