This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 9d3e68bef ci: use go-version-file (#7195)
9d3e68bef is described below
commit 9d3e68bef6b99237c7eba696d37dd0cd4868c670
Author: tison <[email protected]>
AuthorDate: Wed Feb 18 21:10:54 2026 +0800
ci: use go-version-file (#7195)
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