This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch fix-github-ubuntu-2004-runner-removed
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to
refs/heads/fix-github-ubuntu-2004-runner-removed by this push:
new cc4eaa817 fix go client lint with ref_name
cc4eaa817 is described below
commit cc4eaa817325f7ab8ecd38ef6b3d9060b77f327a
Author: Dan Wang <[email protected]>
AuthorDate: Thu Apr 24 19:48:11 2025 +0800
fix go client lint with ref_name
---
.github/workflows/lint_and_test_go-client.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint_and_test_go-client.yml
b/.github/workflows/lint_and_test_go-client.yml
index 96e4bc53a..9eaaead18 100644
--- a/.github/workflows/lint_and_test_go-client.yml
+++ b/.github/workflows/lint_and_test_go-client.yml
@@ -63,7 +63,7 @@ jobs:
# to generate code as well. The thrift-compiler version on ubuntu-20.04 is
0.13.0
runs-on: ubuntu-latest
container:
- image: apache/pegasus:build-env-ubuntu2204-${{ github.base_ref }}-go
+ image: apache/pegasus:build-env-ubuntu2204-${{ github.ref_name }}-go
steps:
- name: Checkout
uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]