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