Skip to content

Commit

Permalink
fix(goreleaser) : added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-newrelic committed Oct 31, 2024
1 parent 36f4c08 commit 5602f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
version: 2
project_name: newrelic-client-go

env:
- GO111MODULE=on

before:
hooks:
- go mod download

#build:
build:
skip: true

Expand Down
2 changes: 1 addition & 1 deletion pkg/dashboards/dashboards_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 5602f8d

Please sign in to comment.