ci: bump go1.20

This commit is contained in:
Haruue Icymoon 2023-05-01 09:55:49 +08:00
parent 17c35f11f8
commit 12b27ea1b1
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148
5 changed files with 19 additions and 19 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20
- name: Run build script
env:

View file

@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20
- name: Run build script
env: