Change cache to avoid memory use #571
Annotations
5 errors and 1 warning
Run golangci/golangci-lint-action@v4:
pkg/enforce/enforce.go#L1
: # github.com/ossf/allstar/pkg/enforce [github.com/ossf/allstar/pkg/enforce.test]
|
Run golangci/golangci-lint-action@v4:
pkg/enforce/enforce_test.go#L553
cannot use mockGhc (variable of type *MockGhClients) as ghclients.GhClientsInterface value in argument to EnforceAll: *MockGhClients does not implement ghclients.GhClientsInterface (missing method Free)
|
Run golangci/golangci-lint-action@v4:
pkg/enforce/enforce_test.go#L586
cannot use &MockGhClients{} (value of type *MockGhClients) as ghclients.GhClientsInterface value in argument to EnforceAll: *MockGhClients does not implement ghclients.GhClientsInterface (missing method Free)
|
Run golangci/golangci-lint-action@v4:
pkg/enforce/enforce_test.go#L594
cannot use &MockGhClients{} (value of type *MockGhClients) as ghclients.GhClientsInterface value in argument to EnforceAll: *MockGhClients does not implement ghclients.GhClientsInterface (missing method Free) (typecheck)
|
Run golangci/golangci-lint-action@v4
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading