Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Jul 11, 2024
1 parent 6c78841 commit 01c1b2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/e2e-istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
ISTIO_VERSION: ${{ matrix.istio_version }}
ALS_ANALYZER: ${{ matrix.analyzer }}
steps:
- name: Set up Go 1.17
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
id: go
- uses: actions/checkout@v2
with:
Expand All @@ -66,10 +66,10 @@ jobs:
env:
ISTIO_VERSION: ${{ matrix.istio_version }}
steps:
- name: Set up Go 1.17
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
id: go
- uses: actions/checkout@v2
with:
Expand All @@ -85,4 +85,5 @@ jobs:
name: Upload Logs
with:
name: logs
path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"
path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"

7 changes: 4 additions & 3 deletions .github/workflows/e2e-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
name: Native E2E test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
id: go
- uses: actions/checkout@v2
with:
Expand All @@ -57,4 +57,5 @@ jobs:
name: Upload Logs
with:
name: logs
path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"
path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"

0 comments on commit 01c1b2e

Please sign in to comment.