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


##########
.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:
   We can use `v4.1.7` directly. This is for security.
   See also: https://github.com/apache/arrow/pull/37676
   
   (Honestly, I'm using tag directly in general...)
   
   @assignUser may be able to explain security more.



-- 
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