Skip to content

Commit

Permalink
Downgrade Go to 1.18, modify comments (GoogleCloudPlatform#7339)
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge authored and ericayyliu committed Jul 26, 2023
1 parent 63c87dd commit 48a965f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tools/missing-test-detector/changed.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)

// A map of field names with whether the field is covered as values.
// FieldCoverage is a nested map with field names as keys and whether the field is covered as values.
// Fields are assumed not to be covered until detected in a test.
type FieldCoverage map[string]any

// Returns a map with resource names as keys and field coverage maps as values.
Expand Down
2 changes: 1 addition & 1 deletion tools/missing-test-detector/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/trodge/magic-modules/tools/missing-test-detector

go 1.20
go 1.18

replace google/provider/old => github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20220901180512-245a877821d3

Expand Down

0 comments on commit 48a965f

Please sign in to comment.