Skip to content

Commit

Permalink
fix: fix ci and update go to 1.18 for kitex (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyJavaBean committed Sep 4, 2024
1 parent 242d851 commit c700587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.18'
- name: Prepare
run: |
go install
Expand Down

0 comments on commit c700587

Please sign in to comment.