Update workflow

This commit is contained in:
世界 2023-02-18 14:26:41 +08:00
parent 3296a2f7b2
commit 1610bdc5dd
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 2 additions and 3 deletions

View File

@ -60,7 +60,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.7
go-version: 1.18.10
- name: Cache go module
uses: actions/cache@v3
with:
@ -68,8 +68,7 @@ jobs:
~/go/pkg/mod
key: go118-${{ hashFiles('**/go.sum') }}
- name: Run Test
run: |
go test -v ./...
run: make
cross:
strategy:
matrix: