Skip to content

Commit

Permalink
revert setup-go to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed Dec 20, 2023
1 parent 7bc0d9a commit c793571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: '1.21'
- uses: golangci/golangci-lint-action@v3
Expand All @@ -31,7 +31,7 @@ jobs:
with:
path: ${{ env.WORKSPACE }}
- name: Install Go
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: hack/verify-import-aliases.sh
Expand All @@ -49,7 +49,7 @@ jobs:
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Compile
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: make test
Expand Down

0 comments on commit c793571

Please sign in to comment.