This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new e56cccb46 ci(github): fix workflow configuration issues to enable Go
collector code style checks (#2321)
e56cccb46 is described below
commit e56cccb460c3b706a18084cded9ab1034e913bee
Author: Dan Wang <[email protected]>
AuthorDate: Wed Nov 19 14:26:28 2025 +0800
ci(github): fix workflow configuration issues to enable Go collector code
style checks (#2321)
---
.github/workflows/lint_and_test_collector.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint_and_test_collector.yml
b/.github/workflows/lint_and_test_collector.yml
index 62ebd3cd4..0c8092c7d 100644
--- a/.github/workflows/lint_and_test_collector.yml
+++ b/.github/workflows/lint_and_test_collector.yml
@@ -50,7 +50,7 @@ jobs:
with:
go-version: 1.18
- name: Format
- working-directory: ./go-client
+ working-directory: ./collector
run: |
gofmt -d .
test -z "$(gofmt -d .)"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]