From aca9f45f826781291913cde7f27d0613df904cc3 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 1 May 2020 06:01:00 -0700 Subject: [PATCH] Updated Testing (markdown) --- Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing.md b/Testing.md index 97ef292..a6f9bed 100644 --- a/Testing.md +++ b/Testing.md @@ -1,7 +1,7 @@ If you want to test your updates with the current golang testing units, you can follow the guide below to run a full test process. Each test for Statping will run in MySQL, Postgres, and SQlite to make sure all database types work correctly. ## Requirements -- Golang (1.14.* or whichever `go.mod` states) +- Golang (1.14.* or whichever `go.mod` states) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/statping/statping) - [go.rice](https://github.com/GeertJohan/go.rice) Compiles all assets into golang file - Node (currently using `10.17`) - Yarn