Change cache to avoid memory use #571
Annotations
4 errors and 1 warning
Run go test -v ./...:
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 go test -v ./...:
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 go test -v ./...:
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)
|
Run go test -v ./...
Process completed with exit code 1.
|
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