This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch go-version-file
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit 44d4e7451a80cf6082638b688d4bf1060ad8fc5e
Author: tison <[email protected]>
AuthorDate: Wed Feb 18 20:29:01 2026 +0800

    ci: use go-version-file
    
    Signed-off-by: tison <[email protected]>
---
 .github/workflows/ci_bindings_go.yml           | 2 +-
 .github/workflows/test_behavior_binding_go.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci_bindings_go.yml 
b/.github/workflows/ci_bindings_go.yml
index ad4625921..a5eadb866 100644
--- a/.github/workflows/ci_bindings_go.yml
+++ b/.github/workflows/ci_bindings_go.yml
@@ -50,7 +50,7 @@ jobs:
       - uses: actions/checkout@v6
       - uses: actions/setup-go@v6
         with:
-          go-version: stable
+          go-version-file: bindings/go/go.mod
       - uses: golangci/golangci-lint-action@v9
         with:
           version: "v2.1"
diff --git a/.github/workflows/test_behavior_binding_go.yml 
b/.github/workflows/test_behavior_binding_go.yml
index fbf688e02..522b1d15b 100644
--- a/.github/workflows/test_behavior_binding_go.yml
+++ b/.github/workflows/test_behavior_binding_go.yml
@@ -59,7 +59,7 @@ jobs:
           connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
       - uses: actions/setup-go@v6
         with:
-          go-version: stable
+          go-version-file: bindings/go/go.mod
           cache-dependency-path: |
             bindings/go/go.sum
             bindings/go/tests/behavior_tests/go.sum

Reply via email to