uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.85k stars 106 forks source link

use built-in cache of actions/setup-go #44

Closed shogo82148 closed 11 months ago

shogo82148 commented 12 months ago

From actions/setup-go@v4.0.0, the action caches the dependencies by default. We don't need to use actions/cache any more.

In addition, caching the dependencies requires go.sum. actions/checkout should precede actions/setup-go.

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.