You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2023/02/22 12:20:32 UTC

[skywalking-java] branch main updated: Bump up Go version for infra e2e and pin e2e version (#461)

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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 92af19c20f Bump up Go version for infra e2e and pin e2e version (#461)
92af19c20f is described below

commit 92af19c20fe86c67f55419c23b50b0c31260c414
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Feb 22 20:20:27 2023 +0800

    Bump up Go version for infra e2e and pin e2e version (#461)
---
 .github/workflows/e2e.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 6901a2cd9f..ad1536c3d9 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -58,8 +58,8 @@ jobs:
       - name: Setup go
         uses: actions/setup-go@v2
         with:
-          go-version: '1.16'
+          go-version: '1.18'
       - name: Run E2E Tests
-        uses: apache/skywalking-infra-e2e@main
+        uses: apache/skywalking-infra-e2e@c1558dba921a36320f9fdc3d774b66592243589d
         with:
           e2e-file: ${{ matrix.case.path }}