diff --git a/.goreleaser.yml b/.goreleaser.yml index c73e7424..9816415f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,4 @@ -version: 2 project_name: newrelic-client-go - env: - GO111MODULE=on @@ -8,6 +6,7 @@ before: hooks: - go mod download +#build: build: skip: true diff --git a/pkg/dashboards/dashboards_types.go b/pkg/dashboards/dashboards_types.go index e1a9271f..a4238c2e 100644 --- a/pkg/dashboards/dashboards_types.go +++ b/pkg/dashboards/dashboards_types.go @@ -320,7 +320,7 @@ type RawConfiguration struct { DataFormat []*DashboardWidgetDataFormat `json:"dataFormatters,omitempty"` } -// RawConfigurationPlatformOptions represents the platform widget options +// RawConfigurationPlatformOptions represents platform widget options type RawConfigurationPlatformOptions struct { IgnoreTimeRange bool `json:"ignoreTimeRange,omitempty"` }