This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a commit to branch fix_build_golang_regular
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git

commit 5baa2b21df756881c6deac65eb28ee93b8f1c98c
Author: Yingchun Lai <[email protected]>
AuthorDate: Tue Dec 13 09:44:34 2022 +0800

    install go
---
 .github/workflows/regular-build.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/regular-build.yml 
b/.github/workflows/regular-build.yml
index 9543742ee..d240fe35a 100644
--- a/.github/workflows/regular-build.yml
+++ b/.github/workflows/regular-build.yml
@@ -99,6 +99,10 @@ jobs:
       - uses: actions/checkout@v2
         with:
           fetch-depth: 1
+      - name: Set up Go
+        uses: actions/setup-go@v2
+        with:
+          go-version: 1.14
       - name: go-client
         uses: golangci/golangci-lint-action@v3
         with:


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

Reply via email to