Skip to content

Fix new g1.16 vet errors

Matthew Sevey requested to merge sevey/g116-update into master

MINOR MERGE REQUEST

Overview

Upgraded to g1.16 and some new errors appeared in vet. Looks like they added the check for t.Fatal calls in go routines. The fix is to use t.Error.

Issues Closed

Edited by Matthew Sevey

Merge request reports