fix: the go setup version is incorrect (#308)

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
This commit is contained in:
Rick 2023-12-07 12:20:15 +08:00 committed by GitHub
parent 05c338ea35
commit 8af9f55290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x
- name: Use Node.js
uses: actions/setup-node@v3
with: