This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new c3bd98bb1 Update golangci-lint.yml (#2754)
c3bd98bb1 is described below
commit c3bd98bb1a51d9db180f45f8558b305ec24b1eb0
Author: xinfan.wu <[email protected]>
AuthorDate: Tue Dec 3 14:47:12 2024 +0800
Update golangci-lint.yml (#2754)
---
.github/workflows/golangci-lint.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/golangci-lint.yml
b/.github/workflows/golangci-lint.yml
index 6a8b1d45f..09fabeca7 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
- go-version: ${{ matrix.go_version }}
+ go-version: ${{ matrix.golang }}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6