liferoad commented on code in PR #34584:
URL: https://github.com/apache/beam/pull/34584#discussion_r2036323229


##########
.github/workflows/run_rc_validation_go_wordcount.yml:
##########
@@ -55,7 +56,10 @@ jobs:
       - name: Fetch Go SDK RC and Tidy Modules
         working-directory: ./sdks/go/examples/wordcount
         run: |
-          go get -d github.com/apache/beam/sdks/v2@${{ 
github.event.inputs.rc_tag }}
+          mkdir -p beam-test
+          cd beam-test
+          go mod init beam-test
+          go get github.com/apache/beam/sdks/v2/go/pkg/beam@${{ 
github.event.inputs.rc_tag }}

Review Comment:
   I think I fixed all the issues. PTAL



-- 
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...@beam.apache.org

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

Reply via email to