Skip to content

Commit e8e6f66

Browse files
committed
GH-47047: [CI][C++] Use Google Cloud Storage Testbench v0.55.0
1 parent e4cdd00 commit e8e6f66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/scripts/install_gcs_testbench.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
@echo on
1919

20-
set GCS_TESTBENCH_VERSION="v0.40.0"
20+
set GCS_TESTBENCH_VERSION="v0.55.0"
2121

2222
set PIPX_FLAGS=--verbose
2323
if NOT "%PIPX_PYTHON%"=="" (

ci/scripts/install_gcs_testbench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ esac
3636

3737
version=$1
3838
if [[ "${version}" = "default" ]]; then
39-
version="v0.39.0"
39+
version="v0.55.0"
4040
fi
4141

4242
# The Python to install pipx with

0 commit comments

Comments
 (0)