This is an automated email from the ASF dual-hosted git repository.
F21 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git
The following commit(s) were added to refs/heads/main by this push:
new 6e6fead [CALCITE-7571] Upgrade Avatica and Protobuf versions
6e6fead is described below
commit 6e6fead093041844ea504132271dc634cbf9fb1d
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Jun 1 09:51:29 2026 +1000
[CALCITE-7571] Upgrade Avatica and Protobuf versions
---
docker-compose.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index c10f8d9..53b3b95 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -103,8 +103,8 @@ services:
working_dir: /source
command: sh -c "./docker.sh compile-protobuf"
environment:
- AVATICA_VERSION: 1.26.0
- PROTOBUF_VERSION: 29.3
+ AVATICA_VERSION: 1.28.0
+ PROTOBUF_VERSION: 35.0
volumes:
- .:/source
- $GOPATH/pkg/mod/cache:/go/pkg/mod/cache