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
@@ -20,7 +20,7 @@ jobs:
|
||||
env:
|
||||
# Oldest versions currently supported by TinyGo
|
||||
LLVM: "15"
|
||||
Go: "1.23"
|
||||
Go: "1.24" # when updating this, also update minorMin in builder/config.go
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user