Skip to content

Commit 05b8867

Browse files
committed
docs: Bump Go version in README and add acceptance tests
Signed-off-by: Federico Barcelona <[email protected]>
1 parent 999639c commit 05b8867

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you're building the provider, follow the instructions to [install it as a plu
3232
Developing the Provider
3333
---------------------------
3434

35-
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.9+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.
35+
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.13+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.
3636

3737
To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.
3838

@@ -48,3 +48,9 @@ In order to test the provider, you can simply run `make test`.
4848
```sh
4949
$ make test
5050
```
51+
52+
If you want to execute the acceptance tests, you can run `make testacc`. Please note that you need a token for Monitor and Secure, and since the acceptance tests create real infrastructure you should execute them in an environment where you can remove the resorces easily.
53+
54+
```sh
55+
$ make testacc
56+
```

0 commit comments

Comments
 (0)