Update gotestsum to add timestamps to junit output

The current release of gotestsum is missing timestamps in the junit
data, which makes it difficult to import in an external system later.

https://github.com/gotestyourself/gotestsum/commit/012a85e34a7ce5554057d512e55dcb
includes the necessary changes to add the timestamp for the test run to
the junit output.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff 2021-06-16 16:14:30 +00:00
parent 0a3a77bc44
commit bfbebf02b7

View File

@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
GO111MODULE=on go install gotest.tools/gotestsum@v1.6.2
GO111MODULE=on go install gotest.tools/gotestsum@012a85e34a7ce5554057d512e55dcb54b6f2505e