Skip to content

Commit

Permalink
Merge pull request #41125 from hashicorp/td-go1.23.5
Browse files Browse the repository at this point in the history
Build with Go v1.23.5
  • Loading branch information
ewbankkit authored Jan 28, 2025
2 parents f0073ad + a95849e commit 718f506
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .ci/providerlint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hashicorp/terraform-provider-aws/ci/providerlint

go 1.23

toolchain go1.23.3
toolchain go1.23.5

require (
github.com/bflad/tfproviderlint v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion .ci/providerlint/passes/AWSAT001/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module testdata

go 1.23

toolchain go1.23.3
toolchain go1.23.5

require (
github.com/YakDriver/regexache v0.24.0
Expand Down
2 changes: 1 addition & 1 deletion .ci/providerlint/passes/AWSAT002/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module testdata

go 1.23

toolchain go1.23.3
toolchain go1.23.5
2 changes: 1 addition & 1 deletion .ci/providerlint/passes/AWSAT003/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module testdata

go 1.23

toolchain go1.23.3
toolchain go1.23.5
2 changes: 1 addition & 1 deletion .ci/providerlint/passes/AWSAT004/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module testdata

go 1.23

toolchain go1.23.3
toolchain go1.23.5

require github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0

Expand Down
2 changes: 1 addition & 1 deletion .ci/providerlint/passes/AWSAT005/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module testdata

go 1.23

toolchain go1.23.3
toolchain go1.23.5
2 changes: 1 addition & 1 deletion .ci/providerlint/passes/AWSAT006/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module testdata

go 1.23

toolchain go1.23.3
toolchain go1.23.5
2 changes: 1 addition & 1 deletion .ci/providerlint/passes/AWSR001/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module testdata

go 1.23

toolchain go1.23.3
toolchain go1.23.5
2 changes: 1 addition & 1 deletion .ci/providerlint/passes/AWSV001/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module testdata

go 1.23

toolchain go1.23.3
toolchain go1.23.5

require github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0

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

go 1.23.3
go 1.23.5

require (
github.com/YakDriver/tfproviderdocs v0.17.0
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.3
1.23.5
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/hashicorp/terraform-provider-aws

go 1.23.3
go 1.23.5

// Disable experimental post-quantum key exchange mechanism X25519Kyber768Draft00
// This was causing errors with AWS Network Firewall
Expand Down
2 changes: 1 addition & 1 deletion skaff/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-aws/skaff

go 1.23.3
go 1.23.5

require (
github.com/YakDriver/regexache v0.24.0
Expand Down
2 changes: 1 addition & 1 deletion tools/literally/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hashicorp/terraform-provider-aws/tools/literally

go 1.23.3
go 1.23.5
2 changes: 1 addition & 1 deletion tools/tfsdk2fw/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-aws/tools/tfsdk2fw

go 1.23.3
go 1.23.5

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0
Expand Down

0 comments on commit 718f506

Please sign in to comment.