Skip to content

Commit 85e15d1

Browse files
author
Andreas Humenberger
committed
Update Symflower to version v48057 for compatibility to Go 1.24
1 parent 0a9d482 commit 85e15d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/symflower.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (*symflower) CheckVersion(logger *log.Logger, binaryPath string) (err error
9191
}
9292

9393
// SymflowerVersionRequired holds the version of Symflower required for this revision of the evaluation.
94-
const SymflowerVersionRequired = "46727"
94+
const SymflowerVersionRequired = "48057"
9595

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

0 commit comments

Comments
 (0)