From bd38338d0b7804812411a95c3561802572952aed Mon Sep 17 00:00:00 2001 From: Katy Moe Date: Fri, 19 Feb 2021 16:58:59 +0000 Subject: [PATCH] update to Go 1.16 --- .github/workflows/test.yml | 6 +++--- .go-version | 2 +- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 57990382..d64588ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: '1.15' + go-version: '1.16' id: go - name: Check out code into the Go module directory @@ -53,13 +53,13 @@ jobs: terraform: - '0.12.30' - '0.13.6' - - '0.14.5' + - '0.14.7' steps: - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: '1.15' + go-version: '1.16' id: go - name: Check out code into the Go module directory diff --git a/.go-version b/.go-version index 141f2e80..15b989e3 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1467b8..fc999952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.0 (Unreleased) + +Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes. + ## 3.0.1 (January 12, 2021) BUG FIXES: diff --git a/README.md b/README.md index c5779fb0..448a8b38 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Requirements ------------ - [Terraform](https://www.terraform.io/downloads.html) 0.13.x -- [Go](https://golang.org/doc/install) 1.15 (to build the provider plugin) +- [Go](https://golang.org/doc/install) 1.16 (to build the provider plugin) Building The Provider --------------------- @@ -29,7 +29,7 @@ $ make build 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.15+ is *required*). +If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.16+ is *required*). To generate the documentation, run `go generate` in the root of the codebase.