From bfbebf02b7c413c7afc9c253fb2199803c9e7c69 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Wed, 16 Jun 2021 16:14:30 +0000 Subject: [PATCH] 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 --- script/setup/install-gotestsum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/install-gotestsum b/script/setup/install-gotestsum index 90c4a3cb8..36403d305 100755 --- a/script/setup/install-gotestsum +++ b/script/setup/install-gotestsum @@ -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 \ No newline at end of file +GO111MODULE=on go install gotest.tools/gotestsum@012a85e34a7ce5554057d512e55dcb54b6f2505e \ No newline at end of file