Skip to content

Commit

Permalink
Use new Symflower version which reduces error output of the "fix" com…
Browse files Browse the repository at this point in the history
…mand

This previously produced gigabytes of log output during the evaluation.
  • Loading branch information
bauersimon committed Aug 20, 2024
1 parent 7d55baa commit a8ece50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/symflower.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (*symflower) CheckVersion(logger *log.Logger, binaryPath string) (err error
}

// SymflowerVersionRequired holds the version of Symflower required for this revision of the evaluation.
const SymflowerVersionRequired = "38853"
const SymflowerVersionRequired = "39005"

// RequiredVersion returns the required version of the tool.
func (*symflower) RequiredVersion() string {
Expand Down

0 comments on commit a8ece50

Please sign in to comment.