Skip to content

Commit 92af19c

Browse files
authored
Bump up Go version for infra e2e and pin e2e version (#461)
1 parent 6b35f06 commit 92af19c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- name: Setup go
5959
uses: actions/setup-go@v2
6060
with:
61-
go-version: '1.16'
61+
go-version: '1.18'
6262
- name: Run E2E Tests
63-
uses: apache/skywalking-infra-e2e@main
63+
uses: apache/skywalking-infra-e2e@c1558dba921a36320f9fdc3d774b66592243589d
6464
with:
6565
e2e-file: ${{ matrix.case.path }}

0 commit comments

Comments
 (0)