mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Upgrade to golangci-lint@v1.55.0 (#27756)
https://github.com/golangci/golangci-lint/releases/tag/v1.55.0
This commit is contained in:
		| @@ -62,10 +62,9 @@ func TestBasicTransferAdapter(t *testing.T) { | ||||
| 			json.NewEncoder(payload).Encode(er) | ||||
|  | ||||
| 			return &http.Response{StatusCode: http.StatusNotFound, Body: io.NopCloser(payload)} | ||||
| 		} else { | ||||
| 			t.Errorf("Unknown test case: %s", url) | ||||
| 			return nil | ||||
| 		} | ||||
| 		t.Errorf("Unknown test case: %s", url) | ||||
| 		return nil | ||||
| 	} | ||||
|  | ||||
| 	hc := &http.Client{Transport: RoundTripFunc(roundTripHandler)} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user