mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
all: add Go 1.24 support
This commit is contained in:
committed by
Ron Evans
parent
66da29e89f
commit
38e3d55e64
@@ -109,9 +109,9 @@ jobs:
|
||||
# "make lint" fails before go 1.21 because internal/tools/go.mod specifies packages that require go 1.21
|
||||
fmt-check: false
|
||||
resource_class: large
|
||||
test-llvm19-go123:
|
||||
test-llvm19-go124:
|
||||
docker:
|
||||
- image: golang:1.23-bullseye
|
||||
- image: golang:1.24-bullseye
|
||||
steps:
|
||||
- test-linux:
|
||||
llvm: "19"
|
||||
@@ -124,4 +124,4 @@ workflows:
|
||||
# least the smoke tests still pass.
|
||||
- test-llvm15-go119
|
||||
# This tests LLVM 19 support when linking against system libraries.
|
||||
- test-llvm19-go123
|
||||
- test-llvm19-go124
|
||||
|
||||
Reference in New Issue
Block a user