diff --git a/builder/config.go b/builder/config.go index bef366f8c..736fa08ec 100644 --- a/builder/config.go +++ b/builder/config.go @@ -26,7 +26,7 @@ func NewConfig(options *compileopts.Options) (*compileopts.Config, error) { // Version range supported by TinyGo. const minorMin = 19 - const minorMax = 25 + const minorMax = 26 // Check that we support this Go toolchain version. gorootMajor, gorootMinor, err := goenv.GetGorootVersion()