Skip to content

Commit

Permalink
Use Go v1.22.6 -- go.mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 8, 2024
1 parent 672d653 commit 4d47944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-awscc

go 1.22.5
go 1.22.6

require (
github.com/aws/aws-sdk-go-v2 v1.30.3
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 github.com/hashicorp/terraform-provider-awscc/tools

go 1.22.5
go 1.22.6

require (
github.com/client9/misspell v0.3.4
Expand Down

0 comments on commit 4d47944

Please sign in to comment.