You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2022/10/09 07:28:37 UTC

[GitHub] [thrift] Jimexist commented on a diff in pull request #2697: THRIFT-5649: add github action for go

Jimexist commented on code in PR #2697:
URL: https://github.com/apache/thrift/pull/2697#discussion_r990748098


##########
.github/workflows/build.yml:
##########
@@ -51,6 +51,80 @@ jobs:
           path: compiler/cpp/thrift
           retention-days: 3
 
+  lib-go:
+    needs: compiler
+    runs-on: ubuntu-20.04
+    steps:
+      - uses: actions/checkout@v3
+
+      - uses: actions/setup-go@v3
+        with:
+          go-version: '>=1.17.0'

Review Comment:
   thanks for the suggestion - will setup a new jira to follow up



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org