Bump up Go version for infra e2e and pin e2e version (#461)

This commit is contained in:
kezhenxu94 2023-02-22 20:20:27 +08:00 committed by GitHub
parent 6b35f06d15
commit 92af19c20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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