You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/11/16 00:59:45 UTC

[beam] branch lostluck-patch-5 created (now 71ff2365f53)

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a change to branch lostluck-patch-5
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 71ff2365f53 revert upgrade to go 1.19 for action unit tests

This branch includes the following new commits:

     new 71ff2365f53 revert upgrade to go 1.19 for action unit tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: revert upgrade to go 1.19 for action unit tests

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch lostluck-patch-5
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 71ff2365f53ad69c71a97c9d6bf78e0ebbbd8a23
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Tue Nov 15 16:59:39 2022 -0800

    revert upgrade to go 1.19 for action unit tests
---
 .github/workflows/go_tests.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/go_tests.yml b/.github/workflows/go_tests.yml
index ce9fd5e9a34..3233be40e40 100644
--- a/.github/workflows/go_tests.yml
+++ b/.github/workflows/go_tests.yml
@@ -44,7 +44,7 @@ jobs:
           fetch-depth: 2
       - uses: actions/setup-go@v3
         with:
-          go-version: '1.19'
+          go-version: '1.18'
       - name: Delete old coverage
         run: "cd sdks/go/pkg && rm -rf .coverage || :"
       - name: Run coverage
@@ -74,4 +74,4 @@ jobs:
             echo -e "Please address Staticcheck warnings before checking in changes\n"
             echo -e "Staticcheck Warnings:\n"
             echo -e "$RESULTS" && exit 1
-          fi
\ No newline at end of file
+          fi