Skip to content

Commit

Permalink
use go 1.21 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji Qiren committed Sep 6, 2023
1 parent 1655216 commit 6e0a822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- run: |
git lfs pull
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- run: |
git lfs pull
Expand Down

0 comments on commit 6e0a822

Please sign in to comment.