This is an automated email from the ASF dual-hosted git repository. xqhu pushed a commit to branch liferoad-patch-5 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 5a74e5bd47d1bb72191b1d5ded67913b972a4948 Author: liferoad <[email protected]> AuthorDate: Tue Apr 8 19:53:57 2025 -0400 Update run_rc_validation_go_wordcount.yml --- .github/workflows/run_rc_validation_go_wordcount.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_rc_validation_go_wordcount.yml b/.github/workflows/run_rc_validation_go_wordcount.yml index 6875f066374..c6eb179820a 100644 --- a/.github/workflows/run_rc_validation_go_wordcount.yml +++ b/.github/workflows/run_rc_validation_go_wordcount.yml @@ -55,7 +55,7 @@ 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 }} + go get -d github.com/apache/beam/sdks/go@${{ github.event.inputs.rc_tag }} go mod tidy
