chore: update to golang1.20

This commit is contained in:
wwqgtxx
2023-02-02 15:39:57 +08:00
parent 2ee0f634e6
commit 61097d0826
5 changed files with 33 additions and 30 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
check-latest: true
cache: true
- name: Build

View File

@ -114,7 +114,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
check-latest: true
- name: Test

View File

@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
check-latest: true
cache: true