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

View file

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