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 38539e260 test go client lint
38539e260 is described below
commit 38539e2606ad9c12507bc24e6fee86600ffc87ab
Author: Dan Wang <[email protected]>
AuthorDate: Thu Apr 24 19:40:41 2025 +0800
test go client lint
---
.github/workflows/lint_and_test_go-client.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/lint_and_test_go-client.yml
b/.github/workflows/lint_and_test_go-client.yml
index 691121b0f..96e4bc53a 100644
--- a/.github/workflows/lint_and_test_go-client.yml
+++ b/.github/workflows/lint_and_test_go-client.yml
@@ -61,10 +61,10 @@ jobs:
needs: format
# 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-20.04
+ runs-on: ubuntu-latest
+ container:
+ image: apache/pegasus:build-env-ubuntu2204-${{ github.base_ref }}-go
steps:
- - name: Install thrift
- run: sudo apt-get install -y thrift-compiler
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]