mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
all: update golang.org/x/tools
This has the following effects: * It fixes issue #5414. * It bumps the minimum Go version to Go 1.24 (from 1.23). I looked, and there doesn't seem to be a version of golang.org/x/tools that supports the improved `new` builtin without also bumping the minimum Go version.
This commit is contained in:
committed by
Ron Evans
parent
c698eeacba
commit
fb8ed8fde8
+1
-1
@@ -25,7 +25,7 @@ func NewConfig(options *compileopts.Options) (*compileopts.Config, error) {
|
||||
}
|
||||
|
||||
// Version range supported by TinyGo.
|
||||
const minorMin = 19
|
||||
const minorMin = 24 // when updating the min version, also update .github/workflows/compat.yml
|
||||
const minorMax = 26
|
||||
|
||||
// Check that we support this Go toolchain version.
|
||||
|
||||
Reference in New Issue
Block a user