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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]