Skip to content

Commit 89f50c2

Browse files
authored
Update Go Build version (#76)
- Aligns the test and release go build version - Allows for building for darwin arm64 - Ran `go mod tidy`
1 parent 604f1f7 commit 89f50c2

File tree

4 files changed

+25
-54
lines changed

4 files changed

+25
-54
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.14
31+
go-version: 1.16
3232
-
3333
name: Import GPG key
3434
id: import_gpg

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v2
2626
with:
27-
go-version: 1.15
27+
go-version: 1.16
2828

2929
- name: test
3030
run: make test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Requirements
1212
------------
1313

1414
- [Terraform](https://www.terraform.io/downloads.html) 0.12.x
15-
- [Go](https://golang.org/doc/install) 1.14 (to build the provider plugin)
15+
- [Go](https://golang.org/doc/install) 1.16 (to build the provider plugin)
1616

1717
Building The Provider
1818
---------------------

0 commit comments

Comments
 (0)