Skip to content

Commit

Permalink
Update code_check.yml
Browse files Browse the repository at this point in the history
fix the git fmt error
  • Loading branch information
acekingke authored May 26, 2022
1 parent bc3430d commit 89b3fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17

- name: Check out source code
uses: actions/checkout@v1
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17

- name: Check out source code
uses: actions/checkout@v1
Expand Down

0 comments on commit 89b3fe7

Please sign in to comment.