mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-23 04:39:28 +02:00
Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367)
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
parent
51ff4970ec
commit
fed2d81c44
427 changed files with 2043 additions and 2046 deletions
|
@ -44,7 +44,7 @@ func TestAPISearchActionJobs_RepoRunner(t *testing.T) {
|
|||
DecodeJSON(t, res, &jobs)
|
||||
|
||||
assert.Len(t, jobs, 1)
|
||||
assert.EqualValues(t, job.ID, jobs[0].ID)
|
||||
assert.Equal(t, job.ID, jobs[0].ID)
|
||||
}
|
||||
|
||||
func TestAPIWorkflowDispatchReturnInfo(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue