This commit is contained in:
fatedier 2021-03-17 11:43:03 +08:00
parent 0c35863d97
commit 9f8db314d6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
name: Set up Go 1.x name: Set up Go 1.x
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.16 go-version: 1.15
- -
run: go version run: go version
- -