chore(ci): add go cache dependency in action (#235)

This commit is contained in:
maskpp 2024-05-07 20:48:51 +08:00 committed by GitHub
parent fdb980ab06
commit a998c80533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,10 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.21.4
cache-dependency-path: |
go.mod
go.sum
- name: Run tests
run: go test -short ./...
env: