Skip to content

Commit

Permalink
update workflow action version
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Aug 21, 2024
1 parent dd43cad commit bef14ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: v0.28.13o@v5
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.21
- name: Checkout code
uses: actions/checkout@v4
- name: Check vendors
Expand All @@ -34,7 +34,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.21
- name: compile
run: make all
test:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.21
- name: make test
run: make test
e2e:
Expand All @@ -66,7 +66,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.21
- name: run e2e
run: |
export ARTIFACTS_PATH=${{ github.workspace }}/e2e-logs
Expand Down

0 comments on commit bef14ed

Please sign in to comment.