ci: fix yaml

This commit is contained in:
Haruue Icymoon 2023-05-01 10:01:37 +08:00
parent 12b27ea1b1
commit cbc29ea4e5
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20
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.20
go-version: "1.20"
- name: Run build script
env: