Skip to content

Commit

Permalink
Update cmd/builder/internal/builder/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
sakshi1215 and dmitryax authored Oct 13, 2022
1 parent 90d7ed1 commit e150cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builder/internal/builder/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func NewDefaultConfig() Config {
}
}

// ValidateAndSetGoPath checks whether the current configuration is valid
// ValidateAndSetGoPath checks whether the current configuration is valid and sets go path
func (c *Config) ValidateAndSetGoPath() error {
if !c.SkipCompilation || !c.SkipGetModules {
// #nosec G204
Expand Down

0 comments on commit e150cfd

Please sign in to comment.