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 e02e0e542 bump setup-go to v4
e02e0e542 is described below
commit e02e0e542b8d2213e655ee85e49f0d8effdb3e6e
Author: Dan Wang <[email protected]>
AuthorDate: Fri Apr 25 11:59:08 2025 +0800
bump setup-go to v4
---
.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 2e10fc96a..151e417be 100644
--- a/.github/workflows/lint_and_test_go-client.yml
+++ b/.github/workflows/lint_and_test_go-client.yml
@@ -62,13 +62,13 @@ 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
- name: Setup Go
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]