builder: claim we support 1.26 now

This commit is contained in:
Damian Gryski
2026-01-08 14:38:45 -08:00
committed by Ron Evans
parent 8161b766d3
commit 52edf52245
+1 -1
View File
@@ -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()