-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Bump Go to 1.22.0 and golang.org/x/tools from 0.23.0 to 0.30.0 (#…
…326) * build(deps): bump golang.org/x/tools from 0.23.0 to 0.30.0 Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.30.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.23.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * deps: Bump Go to 1.22.0 * chore: Handle goreleaser config deprecation * chore: Additional changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Flad <[email protected]>
- Loading branch information
1 parent
031f7d1
commit fe5175f
Showing
90 changed files
with
109 additions
and
99 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
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
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,13 +1,13 @@ | ||
module github.com/bflad/tfproviderlint | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/bflad/gopaniccheck v0.1.0 | ||
golang.org/x/tools v0.23.0 | ||
golang.org/x/tools v0.30.0 | ||
) | ||
|
||
require ( | ||
golang.org/x/mod v0.19.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/mod v0.23.0 // indirect | ||
golang.org/x/sync v0.11.0 // indirect | ||
) |
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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,3 +1,3 @@ | ||
module testdata | ||
|
||
go 1.21 | ||
go 1.22.0 |
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,3 +1,3 @@ | ||
module testdata | ||
|
||
go 1.21 | ||
go 1.22.0 |
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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,3 +1,3 @@ | ||
module testdata | ||
|
||
go 1.21 | ||
go 1.22.0 |
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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,3 +1,3 @@ | ||
module testdata | ||
|
||
go 1.21 | ||
go 1.22.0 |
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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,3 +1,3 @@ | ||
module testdata | ||
|
||
go 1.21 | ||
go 1.22.0 |
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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,3 +1,3 @@ | ||
module testdata | ||
|
||
go 1.21 | ||
go 1.22.0 |
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
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 testdata | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0 | ||
|
||
|
Oops, something went wrong.