Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/processors/iceberg-processor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion addons/processors/iceberg-processor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading