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 b7a42a0ed use ubuntu-latest
b7a42a0ed is described below

commit b7a42a0ed445584c144105b51e64ebcb0eda5852
Author: Dan Wang <[email protected]>
AuthorDate: Fri Apr 25 11:43:53 2025 +0800

    use ubuntu-latest
---
 .github/workflows/lint_and_test_go-client.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/lint_and_test_go-client.yml 
b/.github/workflows/lint_and_test_go-client.yml
index 84419e648..2e10fc96a 100644
--- a/.github/workflows/lint_and_test_go-client.yml
+++ b/.github/workflows/lint_and_test_go-client.yml
@@ -62,13 +62,11 @@ jobs:
     # go-client imports thrift package of 0.13.0, so we must use 
thrift-compiler 0.13.0
     # 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.ref_name }}-go
+    #container:
+    #  image: apache/pegasus:build-env-ubuntu2204-${{ github.ref_name }}-go
     steps:
       - name: Checkout
         uses: actions/checkout@v4
-        with:
-          fetch-depth: 0
       - name: Setup Go
         uses: actions/setup-go@v2
         with:
@@ -82,9 +80,6 @@ jobs:
         with:
           version: v1.56.2
           working-directory: ./go-client
-          args: --build-tags="" --build-flags="-buildvcs=false"
-        env:
-          GOVCS: '*:off'
 
   build_server:
     name: Build server


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to