chore: upgrade go version (#4248)

Signed-off-by: kevin <wanjunfeng@gmail.com>
This commit is contained in:
Kevin Wan
2024-07-16 11:43:25 +08:00
committed by GitHub
parent c02fb3acab
commit a00c956776
8 changed files with 173 additions and 191 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.20'
check-latest: true
cache: true
id: go
@@ -52,8 +52,8 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
# use 1.19 to guarantee Go 1.19 compatibility
go-version: '1.19'
# use 1.20 to guarantee Go 1.20 compatibility
go-version: '1.20'
check-latest: true
cache: true