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