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