Skip to content

Commit

Permalink
修改go编译版本为1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Jan 10, 2023
1 parent d2626d4 commit ae96619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: SetUpGo
uses: actions/setup-go@v3
with:
go-version: '1.17.3'
go-version: '1.19.4'
- name: Checkout #Checkout代码
uses: actions/checkout@v3
- name: GoTidy
Expand All @@ -39,7 +39,7 @@ jobs:
- name: SetupGo
uses: actions/setup-go@v3
with:
go-version: '1.17.3'
go-version: '1.19.4'
- uses: actions/checkout@v3
- name: SetOutput
id: vars
Expand Down

0 comments on commit ae96619

Please sign in to comment.