Skip to content

Commit

Permalink
Update to Go 1.23 (#12176) (#20141)
Browse files Browse the repository at this point in the history
[upstream:44d624cee29225272643831dc63420e9ee22c76d]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 1, 2024
1 parent 76fe10a commit b8e407e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/12176.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21
1.23
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-google

go 1.21
go 1.23

require (
cloud.google.com/go/bigtable v1.33.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hashicorp/terraform-provider-google/scripts

go 1.21
go 1.23

0 comments on commit b8e407e

Please sign in to comment.