summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxuzhang3 <57888764+xuzhang3@users.noreply.github.com>2020-11-03 01:18:44 +0800
committerGitHub <noreply@github.com>2020-11-02 17:18:44 +0000
commit3895ec9ee7364105ed9b396ef6138f41edcf7bbe (patch)
tree26eca644ba678d877e506f611a49682924a51361 /README.md
parente6233f3401d1a26761a33a665da2e3ffdd94e05b (diff)
ADO provider release package pipeline (#213)
* release pipeline * bump pipeline GO version to 1.14 Co-authored-by: xuzhang3 <Zhangxu894765>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fcf0003e..5d61f739 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ resource "azuredevops_build_definition" "build_definition" {
## Developer Requirements
* [Terraform](https://www.terraform.io/downloads.html) version 0.12.x +
-* [Go](https://golang.org/doc/install) version 1.13.x (to build the provider plugin)
+* [Go](https://golang.org/doc/install) version 1.14.x (to build the provider plugin)
If you're on Windows you'll also need:
@@ -71,7 +71,7 @@ As [described below](#build-using-powerShell-scripts) we provide some PowerShell
## Developing the Provider
-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`.
+If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.14+ 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`.
### Using the GOPATH model