From 494a70859efc025be1a30974dd0a2d12d827ac85 Mon Sep 17 00:00:00 2001 From: asdf Date: Tue, 12 Nov 2019 14:21:10 +1100 Subject: [PATCH] Incorporated feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2697745..8a64232 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The maintainers use the [tildegit](https://tildegit.org) issues system to discus Following the standard install instructions should lead you to have nearly everything you need to commence development. The only additions to this are: - To be able to submit pull requests, you will need to fork this repository first. -- Bombadillo must be tested against Go 1.11 to ensure backward compatibility. This version can be installed as per the [Go install documentation](https://golang.org/doc/install#extra_versions). Tests for this version are run using 'make test'. +- The build process must be tested with Go 1.11 to ensure backward compatibility. This version can be installed as per the [Go install documentation](https://golang.org/doc/install#extra_versions). Check that changes build with this version using `make test`. - Linting must be performed on new changes using `gofmt` and [golangci-lint](https://github.com/golangci/golangci-lint) ## License