Skip to content

Commit

Permalink
all: Update Go Module to Go 1.20 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Sep 8, 2023
1 parent 3275337 commit dade5ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/NOTES-20230908-100837.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: NOTES
body: 'all: This Go module has been updated to Go 1.20 per the [Go support policy](https://golang.org/doc/devel/release.html#policy).
Any consumers building on earlier Go versions may experience errors.'
time: 2023-09-08T10:08:37.251885+01:00
custom:
Issue: "261"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The external provider is a special provider that exists to provide an interface
## Requirements

* [Terraform](https://www.terraform.io/downloads)
* [Go](https://go.dev/doc/install) (1.19)
* [Go](https://go.dev/doc/install) (1.20)
* [GNU Make](https://www.gnu.org/software/make/)
* [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) (optional)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-providers/terraform-provider-external

go 1.19
go 1.20

require (
github.com/hashicorp/terraform-plugin-framework v1.3.5
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tools

go 1.19
go 1.20

require (
github.com/hashicorp/copywrite v0.16.4
Expand Down

0 comments on commit dade5ae

Please sign in to comment.