Skip to content

Commit bfbebf0

Browse files
committed
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. gotestyourself/gotestsum@012a85e includes the necessary changes to add the timestamp for the test run to the junit output. Signed-off-by: Brian Goff <[email protected]>
1 parent 0a3a77b commit bfbebf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/setup/install-gotestsum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
GO111MODULE=on go install gotest.tools/gotestsum@v1.6.2
17+
GO111MODULE=on go install gotest.tools/gotestsum@012a85e34a7ce5554057d512e55dcb54b6f2505e

0 commit comments

Comments
 (0)