From e1c4faba38356cb9c38e294682705d85d0daf3a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:29:53 -0700 Subject: [PATCH] build(deps): bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5 in /test/java/spark (#8580) * build(deps): bump org.apache.zookeeper:zookeeper in /test/java/spark Bumps org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5. --- updated-dependencies: - dependency-name: org.apache.zookeeper:zookeeper dependency-version: 3.9.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * fix: use go-version-file instead of hardcoded Go version in CI workflows The hardcoded go-version '1.24' is too old for go.mod which requires go >= 1.25.0, causing build failures in Spark integration tests. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lu --- .github/workflows/deploy_telemetry.yml | 2 +- .github/workflows/spark-integration-tests.yml | 2 +- test/java/spark/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_telemetry.yml b/.github/workflows/deploy_telemetry.yml index e94f00460..b2837b555 100644 --- a/.github/workflows/deploy_telemetry.yml +++ b/.github/workflows/deploy_telemetry.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.24' + go-version-file: 'go.mod' - name: Build Telemetry Server if: github.event_name == 'workflow_dispatch' && inputs.deploy diff --git a/.github/workflows/spark-integration-tests.yml b/.github/workflows/spark-integration-tests.yml index 46ff318cf..1bea7caec 100644 --- a/.github/workflows/spark-integration-tests.yml +++ b/.github/workflows/spark-integration-tests.yml @@ -43,7 +43,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.24' + go-version-file: 'go.mod' - name: Build SeaweedFS binary run: | diff --git a/test/java/spark/pom.xml b/test/java/spark/pom.xml index 6be1e2dda..83b771b62 100644 --- a/test/java/spark/pom.xml +++ b/test/java/spark/pom.xml @@ -123,7 +123,7 @@ org.apache.zookeeper zookeeper - 3.9.4 + 3.9.5