From 334da4221f52ec5834fe5d4fb3fdd89d677d8991 Mon Sep 17 00:00:00 2001 From: 2pk03 Date: Tue, 2 Jun 2026 16:27:31 +0200 Subject: [PATCH] ci: build iceberg processor against v1.6.0 --- addons/processors/iceberg-processor/Dockerfile | 2 +- addons/processors/iceberg-processor/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/processors/iceberg-processor/Dockerfile b/addons/processors/iceberg-processor/Dockerfile index eb61e23..a7014c1 100644 --- a/addons/processors/iceberg-processor/Dockerfile +++ b/addons/processors/iceberg-processor/Dockerfile @@ -26,7 +26,7 @@ RUN if [ "${USE_LOCAL_PLATFORM}" != "1" ]; then \ go mod edit -dropreplace github.com/KafScale/platform || true; \ fi RUN if [ "${USE_LOCAL_PLATFORM}" != "1" ]; then \ - go mod download github.com/KafScale/platform@v1.5.0 || true; \ + go mod download github.com/KafScale/platform@v1.6.0 || true; \ fi RUN --mount=type=cache,target=/go/pkg/mod \ --mount=type=cache,target=/root/.cache/go-build \ diff --git a/addons/processors/iceberg-processor/go.mod b/addons/processors/iceberg-processor/go.mod index 056c5ed..54bf0df 100644 --- a/addons/processors/iceberg-processor/go.mod +++ b/addons/processors/iceberg-processor/go.mod @@ -3,7 +3,7 @@ module github.com/KafScale/platform/addons/processors/iceberg-processor go 1.25.2 require ( - github.com/KafScale/platform v1.5.0 + github.com/KafScale/platform v1.6.0 github.com/apache/arrow-go/v18 v18.4.1 github.com/apache/iceberg-go v0.4.0 github.com/aws/aws-sdk-go-v2 v1.41.5