-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: Update Go Module to Go 1.20 (#356)
- Loading branch information
1 parent
d0c03b1
commit 6c7373a
Showing
4 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:03:19.613001+01:00 | ||
custom: | ||
Issue: "357" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/hashicorp/terraform-provider-dns | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/bodgit/tsig v1.2.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|