zeroshade commented on code in PR #112:
URL: https://github.com/apache/arrow-go/pull/112#discussion_r1751121898


##########
.github/workflows/test.yml:
##########
@@ -169,3 +169,22 @@ jobs:
       - name: Test
         # WIP refactor, only tests in the specified dirs have been fixed
         run: GOARCH=386 go test ./parquet/file/...
+  tinygo:
+    name: TinyGo
+    runs-on: ubuntu-latest
+    env:
+      TINYGO_VERSION: 0.33.0
+    timeout-minutes: 15
+    steps:
+      - name: Checkout
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 
v4.1.7

Review Comment:
   is `v4.1.7` not a tagged verison we can use directly? Do we have to use the 
sha?



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to