chore: update release go version to 1.21

pull/2649/head
AkinoKaede 2023-08-10 07:30:50 +08:00
parent 347088b286
commit 0320aa8f8d
No known key found for this signature in database
GPG Key ID: D2192CF5FF4AC1C7
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.21
- name: Get project dependencies
run: go mod download
@ -189,7 +189,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.21
- uses: actions/download-artifact@v3
with: